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 listDec 29, 2025 17:34HattonuriHattonuriScore: 20,864Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2025 17:3420,8401,218,586,2651,133,946,00053,949,000252,096,512
2Dec 29, 2025 17:3420,8431,211,254,2071,126,111,00061,951,000251,965,440
3Dec 29, 2025 17:3420,8511,219,753,9731,144,537,00043,982,000251,961,344
4Dec 29, 2025 17:3420,8531,217,342,6251,127,618,00060,979,000252,096,512
5Dec 29, 2025 17:3420,8641,212,604,0161,122,277,00066,956,000251,842,560
6Dec 29, 2025 17:3420,8721,211,611,4271,126,771,00062,931,000251,953,152
7Dec 29, 2025 17:3420,8761,215,264,1271,125,006,00064,942,000251,961,344
8Dec 29, 2025 17:3420,8921,212,642,7631,147,866,00042,957,000252,055,552
9Dec 29, 2025 17:3421,0901,230,841,6591,150,163,00051,962,000251,834,368