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 listNov 26, 2022 22:28Andrey TsvetkovAndrey TsvetkovScore: 15,009Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 26, 2022 22:2914,9481,380,526,903852,016,4620261,591,040
2Nov 26, 2022 22:2814,9681,515,725,979853,172,8350262,692,864
3Nov 26, 2022 22:2914,9761,572,639,855853,607,2870260,587,520
4Nov 26, 2022 22:2815,0091,509,908,879855,522,5020260,628,480
5Nov 26, 2022 22:2915,0461,386,261,675857,638,3290260,042,752
6Nov 26, 2022 22:2815,0731,480,132,101859,159,7000260,333,568