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 listOct 31, 2025 21:45AnSaAnSaScore: 18,324Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 31, 2025 21:4518,3141,076,162,0731,027,929,00015,983,000250,077,184
2Oct 31, 2025 21:4518,3241,075,135,0981,024,456,00019,989,000250,036,224
3Oct 31, 2025 21:4518,3271,072,572,5451,023,633,00020,992,000250,028,032