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:13NoSIMD_C#NoSIMD_C#Score: 111,088Success
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:13110,37623,320,010,2781,933,333,0004,358,090,00043,593,728
2Nov 13, 2024 16:13110,82723,485,603,6101,913,668,0004,403,462,00055,017,472
3Nov 13, 2024 16:13110,84223,277,792,7121,929,986,0004,387,996,00065,228,800
4Nov 13, 2024 16:13110,90923,344,640,6071,964,933,0004,356,892,00051,048,448
5Nov 13, 2024 16:13111,08823,667,849,8301,955,798,0004,376,239,00069,246,976
6Nov 13, 2024 16:13111,23223,346,539,9001,931,922,0004,408,296,00056,500,224
7Nov 13, 2024 16:13111,76223,679,981,5161,973,264,0004,397,181,00045,400,064
8Nov 13, 2024 16:13112,21123,240,259,8241,969,727,0004,426,273,00044,384,256
9Nov 13, 2024 16:13112,36623,286,957,6001,883,731,0004,521,156,00063,287,296