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:43NoSIMD_C#NoSIMD_C#Score: 26,887Success
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:4325,6141,487,828,760951,697,000508,304,000252,088,320
2Apr 3, 2025 09:4326,8871,566,928,145918,554,000614,033,000251,867,136
3Apr 3, 2025 09:4327,0501,575,884,745936,703,000605,162,000252,051,456