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 03:48NoSIMD_C#NoSIMD_C#Score: 28,195Success
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 03:4827,3301,861,021,4011,011,711,000546,082,000215,162,880
2Dec 2, 2024 03:4828,0681,951,933,457983,234,000616,655,000190,033,920
3Dec 2, 2024 03:4828,1831,877,723,160979,078,000627,331,000223,272,960
4Dec 2, 2024 03:4828,1911,922,594,646964,938,000641,950,000190,197,760
5Dec 2, 2024 03:4828,1951,879,921,276994,628,000612,460,000220,004,352
6Dec 2, 2024 03:4828,2591,922,140,711968,671,000642,096,000198,127,616
7Dec 2, 2024 03:4828,2641,975,527,446992,182,000618,856,000181,649,408
8Dec 2, 2024 03:4828,6841,946,737,470976,389,000658,611,000207,007,744
9Dec 2, 2024 03:4829,4051,956,379,309957,757,000718,318,000202,092,544