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 listJan 1, 2026 20:45HattonuriHattonuriScore: 4,601Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 1, 2026 20:454,557350,666,371169,842,00089,916,000266,969,088
2Jan 1, 2026 20:454,601349,436,305173,839,00088,409,000265,531,392
3Jan 1, 2026 20:454,680346,218,448174,850,00091,921,000265,785,344