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 3, 2026 00:48Taylor DettlingTaylor DettlingScore: 6,551Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 00:486,544402,973,744329,104,00043,880,000251,928,576
2Apr 3, 2026 00:486,544395,015,565330,104,00042,883,000251,846,656
3Apr 3, 2026 00:486,545399,124,053329,190,00043,892,000251,846,656
4Apr 3, 2026 00:486,548397,191,971327,319,00045,904,000251,920,384
5Apr 3, 2026 00:486,551397,745,292330,456,00042,929,000251,936,768
6Apr 3, 2026 00:486,551400,819,861329,477,00043,930,000252,030,976
7Apr 3, 2026 00:486,551396,009,611329,495,00043,932,000251,846,656
8Apr 3, 2026 00:486,552400,220,816329,640,00043,819,000251,916,288
9Apr 3, 2026 00:486,559403,842,369331,988,00041,872,000251,916,288