Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- x = sorted(map(int, input().split()))
- if x[0] + x[1] > x[-1]:
- print('YES')
- else: print('NO')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement