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 18:56Taylor DettlingTaylor DettlingScore: 3,521Success
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 18:563,520220,410,971179,688,00020,963,000250,126,336
2Apr 3, 2026 18:563,521230,627,786179,747,00020,970,000250,073,088
3Apr 3, 2026 18:563,529231,350,054178,229,00022,900,000250,052,608