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 listDec 2, 2024 04:32NoSIMD_C#NoSIMD_C#Score: 28,323Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 2, 2024 04:3228,1521,872,005,437983,312,000621,356,000219,922,432
2Dec 2, 2024 04:3228,2001,911,354,068965,846,000641,562,000196,239,360
3Dec 2, 2024 04:3228,2531,897,496,7031,015,315,000595,115,000217,141,248
4Dec 2, 2024 04:3228,2901,988,690,287966,293,000646,209,000181,821,440
5Dec 2, 2024 04:3228,3231,951,470,366974,054,000640,350,000204,587,008
6Dec 2, 2024 04:3228,4021,929,151,273990,631,000628,303,000206,512,128
7Dec 2, 2024 04:3228,4751,934,575,948988,880,000634,205,000196,083,712
8Dec 2, 2024 04:3228,7591,911,238,648918,976,000720,278,000223,285,248
9Dec 2, 2024 04:3228,8061,963,529,3461,012,274,000629,658,000206,536,704