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 listDec 21, 2025 12:47AnSaAnSaScore: 18,349Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 21, 2025 12:4718,3101,070,728,6871,015,689,00027,963,000250,048,512
2Dec 21, 2025 12:4718,3491,076,913,0181,023,923,00021,976,000250,064,896
3Dec 21, 2025 12:4718,3941,074,101,0801,030,449,00017,990,000250,073,088