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 13, 2024 16:56NoSIMD_C#NoSIMD_C#Score: 81,886Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 13, 2024 16:5681,05017,924,635,2751,396,644,0003,223,184,00033,382,400
2Nov 13, 2024 17:0081,41317,636,988,0331,344,270,0003,296,296,00045,424,640
3Nov 13, 2024 16:5681,57617,604,991,6511,430,711,0003,219,100,00031,989,760
4Nov 13, 2024 17:0081,70417,529,618,7861,412,730,0003,244,394,00033,206,272
5Nov 13, 2024 16:5681,73217,753,844,4081,394,416,0003,264,296,00048,054,272
6Nov 13, 2024 16:5681,77217,616,098,0851,391,051,0003,269,926,00031,735,808
7Nov 13, 2024 16:5681,88617,549,676,0061,386,275,0003,281,229,00034,545,664
8Nov 13, 2024 17:0082,03317,751,253,4381,356,269,0003,319,622,00048,238,592
9Nov 13, 2024 16:5682,51817,535,634,4261,399,786,0003,303,741,00034,570,240
10Nov 13, 2024 16:5682,56717,978,087,0461,351,907,0003,354,387,00033,267,712
11Nov 13, 2024 16:5682,80817,798,988,8811,404,291,0003,315,745,00034,144,256
12Nov 13, 2024 16:5683,17817,879,983,5081,397,449,0003,343,673,00033,447,936