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 3, 2026 01:42Taylor DettlingTaylor DettlingScore: 5,906Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 01:425,901367,239,813293,583,00042,793,000251,846,656
2Apr 3, 2026 01:425,906362,505,203294,813,00041,831,000251,924,480
3Apr 3, 2026 01:425,908366,513,385292,914,00043,837,000251,846,656