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 30, 2023 23:36Simon ThorningtonSimon ThorningtonScore: 7,432Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 30, 2023 23:367,361726,558,378419,579,9610266,862,592
2Dec 30, 2023 23:417,408729,560,145422,253,9960264,884,224
3Dec 30, 2023 23:417,427742,517,741423,356,8890265,211,904
4Dec 30, 2023 23:417,432717,832,120423,649,2060266,784,768
5Dec 30, 2023 23:367,443733,405,763424,249,1490265,912,320
6Dec 30, 2023 23:367,491752,587,491426,968,7190265,170,944