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:13wainCGPwainCGPScore: 14,146Success
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:1314,110828,831,577762,289,00041,960,000251,850,752
2Mar 2, 2025 00:1314,131828,105,949763,519,00041,973,000252,088,320
3Mar 2, 2025 00:1314,133834,421,876755,626,00049,975,000251,850,752
4Mar 2, 2025 00:1314,141832,175,366758,092,00047,942,000251,850,752
5Mar 2, 2025 00:1314,146834,155,198766,358,00039,966,000251,850,752
6Mar 2, 2025 00:1314,146830,237,081769,376,00036,970,000251,850,752
7Mar 2, 2025 00:1314,191835,217,320760,954,00047,934,000251,858,944
8Mar 2, 2025 00:1314,203845,741,443762,610,00046,976,000251,850,752
9Mar 2, 2025 00:1314,233837,440,371764,347,00046,959,000251,858,944