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 08:00Taylor DettlingTaylor DettlingScore: 8,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 08:008,599521,686,069469,180,00020,963,000250,130,432
2Apr 5, 2026 08:008,607515,774,053468,593,00021,980,000250,036,224
3Apr 5, 2026 08:008,609519,310,083468,728,00021,987,000250,089,472