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 listJul 10, 2026 18:38Genos0Genos0Score: 39,297Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 10, 2026 18:3838,9002,235,889,2932,153,387,00063,964,000251,682,816
2Jul 10, 2026 18:3839,2972,249,791,7972,175,143,00064,839,000251,682,816
3Jul 10, 2026 18:3840,0112,292,051,7012,216,003,00064,673,000251,682,816