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 listDec 2, 2024 04:12NoSIMD_C#NoSIMD_C#Score: 28,392Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 2, 2024 04:1228,2201,908,904,800980,873,000627,678,000220,336,128
2Dec 2, 2024 04:1228,3921,900,137,286936,197,000682,143,000215,113,728
3Dec 2, 2024 04:1228,4161,982,886,5111,007,174,000612,538,000195,686,400