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 08:42NoSIMD_C#NoSIMD_C#Score: 26,111Success
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 08:4225,4161,475,955,794921,545,000527,168,000251,981,824
2Apr 3, 2025 08:4226,1111,518,260,400918,950,000569,349,000252,092,416
3Apr 3, 2025 08:4226,5311,546,534,019884,001,000628,290,000252,116,992