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 22:58Hayden DonnellyHayden DonnellyScore: 15,231Success
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 22:5815,196888,235,579823,206,00042,958,000251,854,848
2May 12, 2025 22:5815,231888,561,976825,235,00042,960,000251,846,656
3May 12, 2025 22:5815,297902,248,603832,965,00038,951,000251,883,520