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 listFeb 25, 2025 16:29wainCGPwainCGPScore: 48,181Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 25, 2025 16:2947,8982,756,109,9972,681,206,00048,967,000251,846,656
2Feb 25, 2025 16:2948,1812,770,279,8612,697,325,00048,969,000251,944,960
3Feb 25, 2025 16:2948,2432,783,720,7582,706,908,00042,966,000252,088,320