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 11, 2023 16:29Oleg KovalovOleg KovalovScore: 473,056Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 11, 2023 16:29471,33728,016,690,90626,866,208,0000259,674,112
2Dec 11, 2023 16:29473,05628,744,074,28926,964,195,8960259,588,096
3Dec 11, 2023 16:29478,51628,518,092,25727,275,425,4790259,461,120