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 30, 2026 00:57Charles CabergsCharles CabergsScore: 3,252Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 30, 2026 00:593,247205,554,921141,317,00043,788,000251,994,112
2Apr 30, 2026 00:593,252208,411,711141,521,00043,851,000251,998,208
3Apr 30, 2026 00:593,252203,651,111137,547,00047,842,000252,002,304
4Apr 30, 2026 00:593,252205,033,015140,560,00044,859,000251,998,208
5Apr 30, 2026 00:593,252206,189,560140,558,00044,859,000252,006,400
6Apr 30, 2026 00:593,253205,937,658140,569,00044,862,000251,994,112
7Apr 30, 2026 00:593,256205,667,593138,708,00046,901,000251,994,112
8Apr 30, 2026 00:593,259202,884,961139,845,00045,949,000251,994,112
9Apr 30, 2026 00:593,271203,617,881142,379,00044,117,000251,883,520