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:30AnSaAnSaScore: 49,415Success
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:3049,4022,843,224,2752,793,928,00021,983,000250,036,224
2Dec 21, 2025 12:3049,4152,846,281,5582,796,683,00019,983,000250,068,992
3Dec 21, 2025 12:3049,4192,842,865,5982,790,930,00025,980,000250,048,512