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 22, 2025 17:44NoSIMD_C#NoSIMD_C#Score: 82,221Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 22, 2025 17:4482,13115,943,601,3581,327,532,0003,353,927,00053,956,608
2Apr 22, 2025 17:4482,22116,121,793,2181,347,194,0003,339,410,00055,975,936
3Apr 22, 2025 17:4482,30615,906,580,9371,321,511,0003,369,906,00057,393,152