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 listJan 23, 2025 08:37NoSIMD_C#NoSIMD_C#Score: 25,371Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 23, 2025 08:3725,3211,471,086,575930,886,000512,387,000251,985,920
2Jan 23, 2025 08:3725,3711,478,978,361891,840,000554,279,000251,879,424
3Jan 23, 2025 08:3726,5501,547,884,218916,991,000596,344,000251,994,112