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 19, 2026 08:21olliecrowolliecrowScore: 4,013Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 19, 2026 08:214,008251,857,261185,543,00042,894,000251,891,712
2Apr 19, 2026 08:214,013252,496,701182,805,00045,950,000252,063,744
3Apr 19, 2026 08:214,014256,196,622179,849,00048,958,000251,850,752