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 14, 2025 16:42izotoffizotoffScore: 40,806Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 14, 2025 16:4240,6702,344,339,8992,254,254,00063,950,000252,039,168
2Nov 14, 2025 16:4240,7232,356,440,0602,255,261,00065,949,000251,908,096
3Nov 14, 2025 16:4240,7602,348,173,8272,253,366,00069,949,000252,006,400
4Nov 14, 2025 16:4240,7792,350,892,2442,265,417,00058,958,000252,043,264
5Nov 14, 2025 16:4240,8062,356,565,5252,263,997,00061,945,000252,092,416
6Nov 14, 2025 16:4240,8372,354,178,7002,263,775,00063,937,000251,891,712
7Nov 14, 2025 16:4240,8702,361,129,3112,277,631,00051,945,000251,875,328
8Nov 14, 2025 16:4240,8902,361,222,0412,267,818,00062,939,000251,969,536
9Nov 14, 2025 16:4240,9142,363,010,2102,263,134,00068,943,000251,920,384