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 22:46olliecrowolliecrowScore: 8,954Success
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 22:467,444548,347,861294,821,000129,482,000250,585,088
2Apr 18, 2026 22:468,9541,124,142,970299,132,000211,268,000250,822,656
3Apr 18, 2026 22:4610,4341,904,463,307325,987,000268,761,000250,834,944