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 19, 2025 00:04Ian MckibbenIan MckibbenScore: 10,036Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2025 00:0410,026594,776,481514,553,00056,950,000251,854,848
2Feb 19, 2025 00:0410,030594,968,325519,747,00051,974,000251,887,616
3Feb 19, 2025 00:0410,030599,368,251522,761,00048,977,000252,006,400
4Feb 19, 2025 00:0410,032593,899,559515,822,00055,980,000251,863,040
5Feb 19, 2025 00:0410,036598,905,222519,158,00052,914,000251,838,464
6Feb 19, 2025 00:0410,038599,057,772519,223,00052,920,000252,002,304
7Feb 19, 2025 00:0410,040599,748,710520,363,00051,936,000252,006,400
8Feb 19, 2025 00:0410,042601,608,873522,462,00049,948,000252,006,400
9Feb 19, 2025 00:0410,043599,815,256520,513,00051,951,000252,010,496