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 23, 2025 09:14NoSIMD_C#NoSIMD_C#Score: 26,291Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 23, 2025 09:1424,2711,416,122,092931,947,000451,490,000252,108,800
2Apr 23, 2025 09:1425,0661,458,941,694887,610,000541,152,000251,912,192
3Apr 23, 2025 09:1426,0151,511,262,661955,601,000527,228,000251,985,920
4Apr 23, 2025 09:1426,2091,524,628,689879,763,000614,137,000252,047,360
5Apr 23, 2025 09:1426,2911,524,375,653906,524,000592,036,000251,916,288
6Apr 23, 2025 09:1426,3051,529,305,077941,982,000557,398,000251,990,016
7Apr 23, 2025 09:1426,5081,536,747,415883,802,000627,150,000252,022,784
8Apr 23, 2025 09:1426,5231,541,547,346925,675,000586,161,000251,949,056
9Apr 23, 2025 09:1426,5621,544,195,087898,816,000615,190,000251,871,232