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 listApr 8, 2026 01:46Josu San MartinJosu San MartinScore: 3,329Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 8, 2026 01:463,325218,772,629143,645,00045,886,000251,846,656
2Apr 8, 2026 01:463,329222,144,363144,046,00045,697,000251,969,536
3Apr 8, 2026 01:463,333218,127,815147,195,00042,766,000251,957,248