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 20, 2024 05:37NoSIMD_C#NoSIMD_C#Score: 81,637Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 20, 2024 05:3781,58717,625,410,3921,338,326,0003,312,155,00031,956,992
2Nov 20, 2024 05:3781,63717,625,963,1971,300,529,0003,352,796,00031,821,824
3Nov 20, 2024 05:3783,32817,684,189,9091,412,214,0003,337,495,00030,674,944