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 5, 2026 07:40Taylor DettlingTaylor DettlingScore: 3,607Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 5, 2026 07:403,599236,537,939177,236,00027,879,000250,130,432
2Apr 5, 2026 07:403,607231,840,054187,613,00017,962,000250,019,840
3Apr 5, 2026 07:403,609234,167,052185,716,00019,969,000250,052,608