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 listDec 4, 2024 12:45NoSIMD_C#NoSIMD_C#Score: 28,456Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 4, 2024 12:4527,9201,949,944,083993,381,000598,045,000198,381,568
2Dec 4, 2024 12:4527,9521,915,597,313998,674,000594,592,000198,361,088
3Dec 4, 2024 12:4528,0191,935,407,912983,272,000613,787,000187,187,200
4Dec 4, 2024 12:4528,2251,917,144,309993,550,000615,294,000190,013,440
5Dec 4, 2024 12:4528,4561,917,818,174976,596,000645,394,000206,815,232
6Dec 4, 2024 12:4528,6641,892,416,860996,922,000636,950,000212,729,856
7Dec 4, 2024 12:4528,6762,002,392,034980,111,000654,413,000173,363,200
8Dec 4, 2024 12:4528,8682,019,323,496991,046,000654,408,000195,133,440
9Dec 4, 2024 12:4528,9631,996,251,912979,423,000671,460,000189,919,232