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 26, 2025 16:00wainCGPwainCGPScore: 21,955Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 26, 2025 16:0021,9271,273,141,2311,197,896,00051,952,000251,838,464
2Feb 26, 2025 16:0021,9551,275,165,1791,192,435,00058,972,000251,846,656
3Feb 26, 2025 16:0022,3161,296,134,7881,223,052,00048,962,000252,092,416