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 listApr 17, 2026 07:16limanjun99limanjun99Score: 19,892Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 17, 2026 07:1619,0703,460,491,268361,007,000725,970,00077,000,704
2Apr 17, 2026 07:1619,8923,363,605,254400,961,000732,904,00075,894,784
3Apr 17, 2026 07:1620,0053,454,212,483395,714,000744,567,00074,776,576