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 listJan 21, 2025 07:43NoSIMD_C#NoSIMD_C#Score: 26,078Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 21, 2025 07:4325,2211,469,266,019917,089,000520,483,000251,908,096
2Jan 21, 2025 07:4325,7811,498,228,000907,097,000562,440,000252,043,264
3Jan 21, 2025 07:4325,7991,506,052,472876,524,000594,000,000251,977,728
4Jan 21, 2025 07:4325,8621,503,175,129907,849,000566,282,000251,990,016
5Jan 21, 2025 07:4326,0781,519,624,819917,424,000569,023,000251,899,904
6Jan 21, 2025 07:4326,2961,526,220,668941,663,000557,209,000252,084,224
7Jan 21, 2025 07:4326,5901,544,564,386921,547,000594,063,000251,895,808
8Jan 21, 2025 07:4326,6901,559,812,772941,967,000579,364,000252,014,592
9Jan 21, 2025 07:4326,7201,552,373,518916,804,000606,209,000251,990,016