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 08:35NoSIMD_C#NoSIMD_C#Score: 82,518Success
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 08:3582,18017,563,155,9601,404,980,0003,279,302,00049,278,976
2Nov 15, 2024 08:3582,51817,592,177,5631,348,682,0003,354,835,00031,780,864
3Nov 15, 2024 08:3582,76117,929,150,3311,389,808,0003,327,593,00032,378,880