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 18, 2026 23:59olliecrowolliecrowScore: 51,698Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 18, 2026 23:5951,6942,977,210,8692,925,579,00020,989,000250,056,704
2Apr 18, 2026 23:5951,6982,976,851,6212,928,784,00017,992,000250,028,032
3Apr 18, 2026 23:5951,7592,980,153,6942,931,284,00018,988,000250,212,352