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 22, 2026 13:17BenBenScore: 6,398Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 22, 2026 13:176,394387,015,762298,565,00065,903,000250,175,488
2Apr 22, 2026 13:176,398388,874,742299,788,00064,954,000250,159,104
3Apr 22, 2026 13:176,398383,587,663301,753,00062,948,000250,241,024