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 listApr 3, 2025 09:11NoSIMD_C#NoSIMD_C#Score: 26,920Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2025 09:1126,7381,555,145,179962,772,000561,284,000252,063,744
2Apr 3, 2025 09:1126,9201,561,484,076992,974,000541,440,000252,071,936
3Apr 3, 2025 09:1127,1951,578,109,371963,225,000586,918,000251,879,424