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 listMay 10, 2025 23:13marcømarcøScore: 57,059Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 10, 2025 23:1356,6059,109,285,8371,703,046,0001,523,460,00067,637,248
2May 10, 2025 23:1357,0599,520,025,1521,727,458,0001,524,887,00052,932,608
3May 10, 2025 23:1357,0699,365,571,0651,695,904,0001,557,028,00055,635,968