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 12, 2024 21:36Franek KortaFranek KortaScore: 23,614Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 12, 2024 21:3623,5321,641,993,6511,341,326,4160267,141,120
2May 12, 2024 21:3623,6141,615,879,4781,346,012,8150268,263,424
3May 12, 2024 21:3623,6381,710,687,1091,347,392,1290267,841,536