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 25, 2024 17:38NoSIMD_C#NoSIMD_C#Score: 82,249Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 25, 2024 17:3881,92117,524,276,8821,343,003,0003,326,469,00053,960,704
2Nov 25, 2024 17:3882,24917,595,148,1911,289,490,0003,398,720,00034,037,760
3Nov 25, 2024 17:3882,54417,603,981,9241,364,501,0003,340,497,00035,241,984