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 listMar 22, 2026 13:28Dominique GarmierDominique GarmierScore: 6,646Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 13:286,572401,313,127327,765,00046,823,000251,858,944
2Mar 22, 2026 13:286,646418,409,696325,248,00053,546,000251,842,560
3Mar 22, 2026 13:286,693428,442,979329,966,00051,526,000251,858,944