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:32HattonuriHattonuriScore: 20,876Success
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:3220,8521,218,525,6131,135,606,00052,935,000251,834,368
2Dec 29, 2025 17:3220,8571,208,881,5041,127,920,00060,941,000252,100,608
3Dec 29, 2025 17:3220,8611,212,467,1961,122,142,00066,948,000252,096,512
4Dec 29, 2025 17:3220,8651,210,766,3391,129,354,00059,965,000252,055,552
5Dec 29, 2025 17:3220,8761,213,107,3581,124,014,00065,942,000251,953,152
6Dec 29, 2025 17:3220,9351,215,553,3761,135,339,00057,966,000251,846,656
7Dec 29, 2025 17:3220,9411,220,066,3891,140,717,00052,940,000251,957,248
8Dec 29, 2025 17:3220,9941,224,003,4751,152,662,00043,987,000252,100,608
9Dec 29, 2025 17:3221,1201,225,926,7641,150,917,00052,950,000251,846,656