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 4, 2025 03:55NoSIMD_C#NoSIMD_C#Score: 27,063Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 4, 2025 03:5526,8441,558,642,715939,836,000590,269,000251,981,824
2Apr 4, 2025 03:5527,0631,576,548,309997,442,000545,148,000251,998,208
3Apr 4, 2025 03:5527,0951,575,836,065964,384,000580,028,000252,026,880