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 listFeb 28, 2025 05:29NoSIMD_C#NoSIMD_C#Score: 26,137Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 28, 2025 05:2925,5891,487,233,732898,519,000560,076,000252,026,880
2Feb 28, 2025 05:2926,1371,521,926,720900,690,000589,143,000251,969,536
3Feb 28, 2025 05:2926,8201,609,375,274943,744,000584,982,000252,104,704