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:00NoSIMD_C#NoSIMD_C#Score: 25,915Success
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:0025,1861,461,366,680885,139,000550,464,000251,904,000
2Apr 3, 2025 09:0025,3721,484,359,111918,848,000527,339,000252,076,032
3Apr 3, 2025 09:0025,4901,481,871,420924,687,000528,250,000252,088,320
4Apr 3, 2025 09:0025,7861,500,692,944929,618,000540,197,000252,076,032
5Apr 3, 2025 09:0025,9151,512,418,560923,839,000553,304,000252,092,416
6Apr 3, 2025 09:0026,4071,534,365,691917,897,000587,294,000251,920,384
7Apr 3, 2025 09:0026,4351,538,175,096958,582,000548,189,000251,920,384
8Apr 3, 2025 09:0026,5151,542,056,531911,007,000600,346,000251,940,864
9Apr 3, 2025 09:0026,8001,563,892,288932,143,000595,452,000252,026,880