详细代码
s = [int(i) for i in input().split()] if s[0] + s[1] > s[2]: print('1') if s[0] + s[1] <= s[2]: print('0')