• + 0 comments

    ` # - The one who starts behind is too slow to catch up # - OR the one ahead is too fast to ever be caught # - n is not an integer > They never land on the same spot return 'YES' if n >= 0 else 'NO' return 'NO'

    #