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 00:19Hayden DonnellyHayden DonnellyScore: 412,552Success
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 00:19412,38023,551,711,87112,075,158,00011,430,524,000251,842,560
2May 12, 2025 00:19412,55223,555,448,02812,087,085,00011,428,407,000251,854,848
3May 12, 2025 00:19414,77023,677,138,63712,002,371,00011,639,541,000251,842,560