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 listMar 2, 2025 00:56wainCGPwainCGPScore: 13,360Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 2, 2025 00:5613,341787,095,392710,495,00049,964,000252,092,416
2Mar 2, 2025 00:5613,349789,497,926718,969,00041,939,000251,850,752
3Mar 2, 2025 00:5613,355783,598,414715,272,00045,953,000252,092,416
4Mar 2, 2025 00:5613,358787,610,975718,427,00042,965,000252,092,416
5Mar 2, 2025 00:5613,360786,039,427714,530,00046,969,000251,834,368
6Mar 2, 2025 00:5613,372790,161,446714,239,00047,948,000252,092,416
7Mar 2, 2025 00:5613,387786,894,901710,105,00052,933,000251,850,752
8Mar 2, 2025 00:5613,387792,467,122713,113,00049,937,000251,850,752
9Mar 2, 2025 00:5613,390789,176,687716,267,00046,951,000251,850,752