def pan(a,b,c):
if a+b>c and b+c>a and a+c>b:
print()
else:
q=int(input())
w=int(input())
e=int(input())
pan(a,b,c)