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 28, 2025 10:53wainCGPwainCGPScore: 21,847Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 28, 2025 10:5321,3561,245,257,1561,170,335,00046,973,000251,850,752
2Feb 28, 2025 10:5321,8251,267,820,8521,190,087,00053,958,000251,920,384
3Feb 28, 2025 10:5321,8361,273,036,5091,199,708,00044,951,000252,080,128
4Feb 28, 2025 10:5321,8401,270,371,8121,191,934,00052,952,000251,850,752
5Feb 28, 2025 10:5321,8471,274,705,7731,203,305,00041,975,000251,834,368
6Feb 28, 2025 10:5321,8601,272,926,7641,206,027,00039,967,000252,092,416
7Feb 28, 2025 10:5321,8771,274,902,8271,194,013,00052,956,000251,846,656
8Feb 28, 2025 10:5321,9251,276,790,3741,209,741,00039,958,000251,850,752
9Feb 28, 2025 10:5322,2061,293,507,6171,215,735,00049,989,000251,846,656