a, b, c = map(int, input().split()) if a+b>c and a+c>b and b+c>a: print("yes") else: print("no")
你也是要做慕课乐学Python的嘛 我前九都做完了。就差十的作业和考试。可以