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:18olliecrowolliecrowScore: 3,972Success
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:183,964248,511,009206,962,00018,996,000250,056,704
2Apr 19, 2026 08:183,972256,981,493207,461,00018,950,000250,032,128
3Apr 19, 2026 08:183,972253,507,389206,469,00019,948,000250,032,128