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 21, 2024 13:20matsuoka-601matsuoka-601Score: 4,759Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 21, 2024 13:204,684515,195,086201,007,00065,971,000267,972,608
2Jun 21, 2024 13:204,738519,222,008194,592,00075,454,000267,862,016
3Jun 21, 2024 13:204,741527,947,939202,405,00067,816,000267,825,152
4Jun 21, 2024 13:204,750529,544,052201,523,00069,241,000267,788,288
5Jun 21, 2024 13:204,758523,560,503199,552,00071,634,000268,017,664
6Jun 21, 2024 13:204,759528,292,479198,095,00073,142,000268,013,568
7Jun 21, 2024 13:204,759519,882,346196,036,00075,246,000267,804,672
8Jun 21, 2024 13:204,760524,661,697200,939,00070,379,000267,939,840
9Jun 21, 2024 13:204,773535,435,523203,266,00068,798,000267,784,192
10Jun 21, 2024 13:204,819582,841,627274,685,1410267,157,504
11Jun 21, 2024 13:204,819579,002,623274,692,4410265,981,952
12Jun 21, 2024 13:204,820594,507,930274,741,8130265,097,216