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 09:01NoSIMD_C#NoSIMD_C#Score: 81,390Success
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 09:0181,06317,743,742,9531,364,933,0003,255,635,00033,992,704
2Nov 15, 2024 09:0181,06617,430,130,7671,339,061,0003,281,687,00031,772,672
3Nov 15, 2024 09:0181,08117,625,956,3771,348,433,0003,273,164,00033,087,488
4Nov 15, 2024 09:0181,24117,592,706,5741,347,739,0003,283,008,00033,333,248
5Nov 15, 2024 09:0181,39017,557,393,3451,371,465,0003,267,775,00043,798,528
6Nov 15, 2024 09:0181,70217,802,649,4141,362,474,0003,294,524,00032,333,824
7Nov 15, 2024 09:0181,81217,710,615,5971,368,846,0003,294,424,00048,001,024
8Nov 15, 2024 09:0182,15317,834,237,1621,362,456,0003,320,279,00033,894,400
9Nov 15, 2024 09:0182,17117,765,861,5391,376,008,0003,307,752,00033,693,696