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:35Taylor DettlingTaylor DettlingScore: 3,392Success
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:353,387222,255,752172,071,00021,008,000250,105,856
2Apr 8, 2026 21:353,391219,879,830173,271,00020,031,000250,023,936
3Apr 8, 2026 21:353,391216,708,567171,232,00022,029,000250,048,512
4Apr 8, 2026 21:353,392221,268,242173,324,00020,037,000250,167,296
5Apr 8, 2026 21:353,392219,901,975171,435,00021,927,000250,028,032
6Apr 8, 2026 21:353,394219,902,388170,540,00022,938,000250,167,296