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 listMar 20, 2026 14:25limanjun99limanjun99Score: 6,052Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2026 14:256,046375,632,376324,702,00019,920,000250,077,184
2Mar 20, 2026 14:256,052371,339,283323,037,00021,934,000250,171,392
3Mar 20, 2026 14:256,056374,531,433325,232,00019,952,000250,146,816