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 listApr 27, 2026 02:51Charles CabergsCharles CabergsScore: 3,801Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 02:533,791237,081,333169,320,00046,812,000251,990,016
2Apr 27, 2026 02:533,797234,384,442155,616,00060,849,000251,998,208
3Apr 27, 2026 02:533,799233,629,407165,679,00050,901,000252,002,304
4Apr 27, 2026 02:533,801236,290,560164,776,00051,929,000251,998,208
5Apr 27, 2026 02:533,801234,336,935181,746,00034,951,000252,002,304
6Apr 27, 2026 02:533,804236,242,335178,889,00037,976,000252,006,400
7Apr 27, 2026 02:533,807237,131,121192,022,00025,002,000251,994,112
8Apr 27, 2026 02:533,811234,879,353174,416,00042,856,000251,998,208
9Apr 27, 2026 02:533,814242,830,355191,471,00025,928,000251,891,712