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 3, 2026 21:51Taylor DettlingTaylor DettlingScore: 3,466Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 21:513,459229,192,550173,276,00023,900,000250,126,336
2Apr 3, 2026 21:513,466224,875,606173,596,00023,944,000250,093,568
3Apr 3, 2026 21:513,485226,974,123179,701,00018,968,000250,044,416