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 18, 2026 23:27olliecrowolliecrowScore: 9,742Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 18, 2026 23:277,8801,851,596,627309,956,000139,226,000250,720,256
2Apr 18, 2026 23:279,7421,916,842,787294,524,000260,743,000250,740,736
3Apr 18, 2026 23:2744,7968,625,829,622292,423,0002,260,930,000253,784,064