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:46AnSaAnSaScore: 18,614Success
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:4618,6111,088,909,7401,040,847,00019,977,000250,036,224
2Dec 21, 2025 12:4618,6141,089,434,1191,039,025,00021,979,000250,068,992
3Dec 21, 2025 12:4618,6261,088,395,0681,040,703,00020,973,000250,040,320