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 listJun 25, 2024 03:24matsuoka-601matsuoka-601Score: 5,115Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 25, 2024 03:245,072574,167,793220,315,00068,786,000267,816,960
2Jun 25, 2024 03:245,088615,301,363289,996,6600265,445,376
3Jun 25, 2024 03:245,093618,342,256290,293,2710266,416,128
4Jun 25, 2024 03:245,105545,947,470225,494,00065,466,000267,964,416
5Jun 25, 2024 03:245,105526,841,810214,555,00076,417,000268,005,376
6Jun 25, 2024 03:245,108540,400,069218,108,00073,040,000267,956,224
7Jun 25, 2024 03:245,115541,492,728222,773,00068,782,000267,583,488
8Jun 25, 2024 03:245,117560,242,738210,990,00080,701,000267,952,128
9Jun 25, 2024 03:245,123606,839,464292,015,6110265,011,200
10Jun 25, 2024 03:245,125534,982,089205,846,00086,259,000268,009,472
11Jun 25, 2024 03:245,132539,210,740201,522,00090,978,000267,988,992
12Jun 25, 2024 03:245,141551,204,651218,517,00074,517,000267,952,128