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:30LiamLiamScore: 35,748Success
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:3035,5426,799,212,1682,025,887,8850134,950,912
2Feb 19, 2023 21:3035,7486,714,805,7272,037,633,6800134,959,104
3Feb 19, 2023 21:3036,0287,283,396,9872,053,591,6100134,901,760