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 9, 2026 02:12Taylor DettlingTaylor DettlingScore: 4,339Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 9, 2026 02:124,339275,158,603225,449,00021,849,000250,056,704
2Apr 9, 2026 02:124,339272,109,105224,465,00022,843,000250,044,416
3Apr 9, 2026 02:124,341278,458,002225,566,00021,861,000250,019,840