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:07marcømarcøScore: 407,931Success
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:07406,66823,216,731,89911,569,561,00011,610,538,000251,854,848
2May 10, 2025 23:07407,93123,293,375,62211,700,507,00011,551,577,000251,854,848
3May 10, 2025 23:07438,33925,024,297,33912,578,632,00012,406,719,000251,854,848