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 listFeb 14, 2026 22:10olliecrowolliecrowScore: 13,518Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 14, 2026 22:1013,503795,313,255725,758,00043,924,000251,838,464
2Feb 14, 2026 22:1013,510799,241,284724,107,00045,943,000251,838,464
3Feb 14, 2026 22:1013,514797,778,057727,312,00042,959,000251,838,464
4Feb 14, 2026 22:1013,514795,616,447728,352,00041,962,000251,838,464
5Feb 14, 2026 22:1013,518799,743,011730,561,00039,976,000251,846,656
6Feb 14, 2026 22:1013,520797,786,330727,736,00042,925,000252,100,608
7Feb 14, 2026 22:1013,521796,427,475725,772,00044,924,000251,965,440
8Feb 14, 2026 22:1013,523805,456,655728,815,00041,989,000251,838,464
9Feb 14, 2026 22:1013,528795,454,931726,151,00044,947,000251,838,464