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 listMar 30, 2026 14:55Dominique GarmierDominique GarmierScore: 4,914Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 30, 2026 13:584,910304,782,867222,115,00057,769,000251,850,752
2Mar 30, 2026 14:554,910309,095,057221,111,00058,763,000251,875,328
3Mar 30, 2026 13:584,912306,968,662221,207,00058,789,000251,944,960
4Mar 30, 2026 13:584,914309,795,580223,270,00056,814,000251,875,328
5Mar 30, 2026 14:554,921307,047,225220,607,00059,893,000251,871,232
6Mar 30, 2026 14:554,923305,410,797221,671,00058,912,000251,858,944