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 05:43NoSIMD_C#NoSIMD_C#Score: 81,464Success
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 05:4380,98717,802,866,5441,370,252,0003,246,035,00033,554,432
2Nov 15, 2024 05:4381,24117,796,959,5871,369,460,0003,261,303,00032,841,728
3Nov 15, 2024 05:4381,34917,640,233,0421,360,351,0003,276,556,00042,254,336
4Nov 15, 2024 05:4381,37917,643,858,6521,385,140,0003,253,445,00031,916,032
5Nov 15, 2024 05:4381,46417,502,942,1971,345,012,0003,298,409,00033,251,328
6Nov 15, 2024 05:4381,64317,482,834,9321,368,104,0003,285,522,00049,172,480
7Nov 15, 2024 05:4381,75417,733,704,9411,380,465,0003,279,502,00031,449,088
8Nov 15, 2024 05:4381,85517,765,068,9011,387,914,0003,277,796,00034,209,792
9Nov 15, 2024 05:4381,86517,790,040,2021,322,451,0003,343,867,00032,804,864