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 listMay 10, 2025 23:01marcømarcøScore: 427,634Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 10, 2025 23:01426,64824,356,274,06412,513,786,00011,805,138,000251,846,656
2May 10, 2025 23:01427,63424,414,370,06712,776,244,00011,598,867,000251,846,656
3May 10, 2025 23:01429,81924,536,884,95612,504,194,00011,995,471,000251,904,000