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 22:11Taylor DettlingTaylor DettlingScore: 3,902Success
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 22:113,899251,338,059198,317,00023,917,000250,302,464
2Apr 8, 2026 22:113,901247,634,666202,426,00019,943,000250,019,840
3Apr 8, 2026 22:113,901244,772,601198,440,00023,932,000250,212,352
4Apr 8, 2026 22:113,902246,496,309201,448,00020,942,000250,179,584
5Apr 8, 2026 22:113,903254,060,582200,501,00021,945,000250,216,448
6Apr 8, 2026 22:113,916251,626,146202,307,00020,928,000250,286,080