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 27, 2026 22:20Victor MerckléVictor MerckléScore: 17,749Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 22:2417,7431,028,333,847968,414,00042,974,000252,022,784stderr
2Apr 27, 2026 22:2417,7491,030,457,177966,764,00044,942,000252,026,880stderr
3Apr 27, 2026 22:2417,7551,031,143,724969,097,00042,959,000252,125,184stderr