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 30, 2026 02:27Kevin HeaveyKevin HeaveyScore: 15,454Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 30, 2026 02:3414,2813,525,834,055168,175,000645,850,000133,578,752
2Jul 30, 2026 02:3414,8063,552,586,038167,541,000676,402,00073,084,928
3Jul 30, 2026 02:3414,8523,149,868,605167,813,000678,789,00075,255,808
4Jul 30, 2026 02:3415,4493,109,607,305164,376,000716,273,00075,804,672
5Jul 30, 2026 02:3415,4543,169,870,844164,133,000716,766,00075,509,760
6Jul 30, 2026 02:3415,4703,095,124,697164,545,000717,253,00075,649,024
7Jul 30, 2026 02:3415,5573,164,544,079164,535,000722,254,00077,463,552
8Jul 30, 2026 02:3415,6963,623,482,131164,615,000730,103,00075,509,760
9Jul 30, 2026 02:3416,2193,797,629,349164,675,000759,813,00075,374,592