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