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 listNov 20, 2025 09:42izotoffizotoffScore: 11,630Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 20, 2025 09:4211,629696,666,691589,957,00072,871,000246,345,728
2Nov 20, 2025 09:4211,630701,715,939592,896,00069,987,000246,222,848
3Nov 20, 2025 09:4211,634698,122,623597,224,00065,914,000246,145,024