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 listFeb 19, 2023 21:24LiamLiamScore: 35,850Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2023 21:2435,6097,025,867,3792,029,725,9690134,959,104
2Feb 19, 2023 21:2435,8506,604,514,0942,043,455,5930134,938,624
3Feb 19, 2023 21:2438,3567,440,573,3012,186,268,8640135,049,216