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 6, 2026 02:40Josu San MartinJosu San MartinScore: 5,167Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 6, 2026 02:405,160394,622,948181,237,000112,902,000198,873,088
2Feb 6, 2026 02:405,167397,682,224178,116,000116,422,000197,713,920
3Feb 6, 2026 02:405,291398,675,289170,216,000131,395,000199,122,944