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 22:57marcømarcøScore: 425,345Success
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 22:57425,06424,267,160,48512,425,166,00011,803,458,000252,080,128
2May 10, 2025 22:57425,34524,281,515,64212,591,552,00011,653,107,000251,846,656
3May 10, 2025 22:57426,53224,344,572,19112,417,028,00011,895,278,000252,080,128