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 4, 2026 05:32Josu San MartinJosu San MartinScore: 3,697Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 4, 2026 05:323,694232,337,866164,665,00045,906,000251,961,344
2Apr 4, 2026 05:323,697240,358,285157,801,00052,933,000251,965,440
3Apr 4, 2026 05:323,701236,493,166166,168,00044,775,000251,977,728