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 listNov 15, 2024 05:39NoSIMD_C#NoSIMD_C#Score: 81,887Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 15, 2024 05:3981,76517,909,123,3871,371,615,0003,289,015,00031,309,824
2Nov 15, 2024 05:3981,88717,629,746,1171,388,712,0003,278,847,00032,612,352
3Nov 15, 2024 05:3982,05017,561,079,8731,385,948,0003,290,883,00033,304,576