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 18:31olliecrowolliecrowScore: 5,713Success
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 18:315,693349,352,302300,622,00023,890,000250,261,504
2Apr 9, 2026 18:315,713349,307,278301,655,00023,972,000250,081,280
3Apr 9, 2026 18:315,750359,559,078304,751,00022,981,000250,298,368