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 8, 2026 21:37Taylor DettlingTaylor DettlingScore: 3,410Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 8, 2026 21:373,403220,382,418173,086,00020,889,000250,142,720
2Apr 8, 2026 21:373,410220,428,911173,424,00020,930,000250,138,624
3Apr 8, 2026 21:373,416221,911,020176,746,00017,974,000250,142,720