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 listJul 23, 2024 14:36DanielDanielScore: 17,775Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 23, 2024 14:3617,3614,073,413,865989,558,6200134,959,104
2Jul 23, 2024 14:3617,7754,129,305,4861,013,200,1680134,975,488
3Jul 23, 2024 14:3617,7974,104,777,8951,014,449,7530134,963,200