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 10:01NoSIMD_C#NoSIMD_C#Score: 81,810Success
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 10:1881,31417,410,178,4371,343,929,0003,290,956,00033,820,672
2Nov 15, 2024 10:0181,51717,655,083,9111,366,972,0003,279,511,00034,201,600
3Nov 15, 2024 10:1881,71717,789,168,0711,328,648,0003,329,221,00034,566,144
4Nov 15, 2024 10:1881,81017,720,445,0421,361,967,0003,301,213,00033,701,888
5Nov 15, 2024 10:0182,14517,905,537,4021,363,261,0003,318,978,00033,206,272
6Nov 15, 2024 10:0182,70717,804,561,9061,328,196,0003,386,113,00033,021,952