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 18, 2024 08:47NoSIMD_C#NoSIMD_C#Score: 79,825Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 18, 2024 08:4778,73416,782,351,2311,305,744,0003,182,118,00049,311,744
2Dec 18, 2024 08:4779,82517,086,258,4191,375,659,0003,174,364,00042,983,424
3Dec 18, 2024 08:4780,07316,866,014,2471,380,653,0003,183,516,00044,748,800