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:31AnSaAnSaScore: 51,119Success
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:3151,1102,944,761,5802,891,297,00021,987,000250,040,320
2Dec 21, 2025 12:3151,1192,942,875,4532,893,812,00019,984,000250,068,992
3Dec 21, 2025 12:3151,1632,945,701,1092,889,308,00026,984,000250,036,224