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 6, 2026 03:38Josu San MartinJosu San MartinScore: 4,111Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 6, 2026 03:384,084267,471,900166,855,00065,942,000244,662,272
2Feb 6, 2026 03:384,111280,437,023164,234,00070,099,000244,793,344
3Feb 6, 2026 03:384,123281,068,072159,996,00074,998,000244,629,504