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 27, 2023 06:55Simon ThorningtonSimon ThorningtonScore: 8,793Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 27, 2023 07:048,7781,034,292,441500,328,2710266,948,608
2Dec 27, 2023 06:558,7891,137,052,316500,954,0360265,019,392
3Dec 27, 2023 07:048,7911,055,841,898501,108,4990267,550,720
4Dec 27, 2023 07:048,7931,065,689,543501,173,2340267,382,784
5Dec 27, 2023 06:558,7941,142,016,137501,273,0530266,334,208
6Dec 27, 2023 06:558,807994,728,671501,976,3410265,703,424