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 18, 2026 15:47Charles CabergsCharles CabergsScore: 5,439Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 18, 2026 15:475,438339,635,380263,963,00045,993,000251,846,656
2Apr 18, 2026 15:475,439334,427,133263,186,00046,855,000251,850,752
3Apr 18, 2026 15:475,446342,245,373263,525,00046,915,000251,973,632