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 4, 2026 04:34Josu San MartinJosu San MartinScore: 3,669Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 4, 2026 04:343,664233,338,638166,078,00042,762,000251,867,136
2Apr 4, 2026 04:343,669239,281,711165,319,00043,819,000251,863,040
3Apr 4, 2026 04:343,682238,500,818163,904,00045,973,000251,891,712