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:35Oleg KovalovOleg KovalovScore: 34,121Success
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:3534,0343,267,749,5971,939,955,5260261,771,264
2Dec 11, 2023 16:3534,1213,507,149,6591,944,900,5370260,665,344
3Dec 11, 2023 16:3534,1553,127,790,7631,946,843,6880260,550,656