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:35wainCGPwainCGPScore: 22,253Success
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:3521,9141,272,841,3051,208,112,00040,969,000251,842,560
2Feb 26, 2025 16:3522,2531,296,498,6481,221,464,00046,979,000252,088,320
3Feb 26, 2025 16:3522,3091,299,238,6761,209,671,00061,931,000252,080,128