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 3, 2025 08:33NoSIMD_C#NoSIMD_C#Score: 82,078Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2025 08:3381,81715,672,415,7961,322,256,0003,341,338,00048,402,432
2Apr 3, 2025 08:3382,07815,775,038,7421,353,343,0003,325,102,00057,630,720
3Apr 3, 2025 08:3383,49015,626,948,8981,313,200,0003,445,721,00051,159,040