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 27, 2022 00:48AmirAmirScore: 30,080Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 00:4830,0693,083,444,9491,713,908,5200268,075,008
2Nov 27, 2022 00:4830,0802,591,017,3221,714,539,9110267,706,368
3Nov 27, 2022 00:4830,4893,296,409,6471,737,865,0870267,579,392