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 29, 2023 18:30Simon ThorningtonSimon ThorningtonScore: 7,274Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2023 18:297,234710,476,331412,336,7830264,855,552
2Dec 29, 2023 18:307,262711,888,973413,952,9150267,153,408
3Dec 29, 2023 18:297,264707,593,742414,043,5870267,042,816
4Dec 29, 2023 18:307,274728,708,661414,623,9700264,884,224
5Dec 29, 2023 18:307,321715,929,217417,307,8330264,822,784
6Dec 29, 2023 18:297,373752,729,873420,261,2850265,695,232