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 listNov 19, 2025 19:58izotoffizotoffScore: 22,915Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 19, 2025 19:5822,6763,585,486,026599,991,000692,538,00073,756,672
2Nov 19, 2025 19:5822,7443,543,224,568586,248,000710,145,00070,242,304
3Nov 19, 2025 19:5822,7633,522,382,163580,428,000717,059,00073,830,400
4Nov 19, 2025 19:5822,8783,533,929,675589,081,000714,954,00073,920,512
5Nov 19, 2025 19:5822,9153,552,870,708572,726,000733,404,00071,606,272
6Nov 19, 2025 19:5822,9163,569,782,263598,194,000708,046,00071,778,304
7Nov 19, 2025 19:5822,9553,578,028,904594,648,000713,780,00071,675,904
8Nov 19, 2025 19:5822,9823,555,471,588588,373,000721,590,00069,750,784
9Nov 19, 2025 19:5823,0323,637,021,004578,118,000734,691,00071,712,768