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 25, 2023 11:22Oleg KovalovOleg KovalovScore: 8,036Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 25, 2023 11:227,956970,651,195453,485,4840265,564,160
2Dec 25, 2023 09:057,969949,875,427454,207,9010264,753,152
3Dec 25, 2023 09:057,971975,808,945454,360,1680266,829,824
4Dec 25, 2023 09:058,0361,008,858,329458,063,0490264,572,928
5Dec 25, 2023 11:228,0551,084,102,936459,115,8100266,342,400
6Dec 25, 2023 11:228,0631,147,304,897459,586,0210266,158,080