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:44Taylor DettlingTaylor DettlingScore: 3,496Success
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:443,486225,401,187167,919,00030,801,000250,060,800
2Apr 5, 2026 07:443,496226,110,474171,356,00027,895,000250,052,608
3Apr 5, 2026 07:443,500224,401,358189,503,0009,973,000250,109,952