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:46Taylor DettlingTaylor DettlingScore: 3,492Success
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:463,491225,410,193165,183,00033,832,000250,155,008
2Apr 5, 2026 07:463,492224,284,477175,165,00023,886,000250,155,008
3Apr 5, 2026 07:463,494224,781,969171,285,00027,883,000250,138,624