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 listFeb 5, 2026 05:13Josu San MartinJosu San MartinScore: 4,073Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 5, 2026 05:134,021260,695,349159,122,00070,053,000244,666,368
2Feb 5, 2026 05:134,073285,757,331156,118,00076,057,000244,776,960
3Feb 5, 2026 05:134,104272,949,390153,300,00080,631,000244,805,632