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 12, 2025 02:02Hayden DonnellyHayden DonnellyScore: 412,102Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 12, 2025 02:02411,27523,485,155,71212,062,179,00011,380,508,000251,854,848
2May 12, 2025 02:02412,10223,529,490,97812,070,231,00011,419,596,000251,842,560
3May 12, 2025 02:02413,12023,586,211,42711,957,319,00011,590,493,000251,846,656