Fizz Buzz Sergey Svistunov

Perform FizzBuzz on a stream of binary integers as fast as possible.

Input: 30 000 000 uint32 values in little-endian binary on STDIN (4 bytes each).

Output: For each number n, print one line:

  • FizzBuzz if n is divisible by both 3 and 5
  • Fizz if n is divisible by 3
  • Buzz if n is divisible by 5
  • n as a decimal string otherwise
Back to listMar 29, 2026 18:34Dominique GarmierDominique GarmierScore: 29,378Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 29, 2026 18:3429,2461,698,965,6671,602,070,00064,962,000250,281,984
2Mar 29, 2026 18:3429,3781,703,776,4291,612,595,00061,946,000250,048,512
3Mar 29, 2026 18:3429,4171,704,530,3691,614,829,00061,955,000250,302,464