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 6, 2026 19:55olliecrowolliecrowScore: 5,007Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 6, 2026 19:555,001308,499,718262,062,00023,005,000250,249,216
2Apr 6, 2026 19:555,007312,644,589263,432,00021,952,000250,040,320
3Apr 6, 2026 19:555,011311,570,911263,671,00021,972,000250,048,512