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 20:03Charles CabergsCharles CabergsScore: 5,632Success
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 20:035,626346,167,361267,727,00052,946,000251,928,576
2Apr 18, 2026 20:035,632346,768,259264,006,00057,001,000252,006,400
3Apr 18, 2026 20:035,639355,699,109265,508,00055,896,000251,842,560