dxnge

Task 12

Sep 17th, 2021
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. a = input().split()
  2. if int(a[1]) + int(a[2])<=int(a[0]):
  3.     print('YES')
  4. else:
  5.     print('NO')
Advertisement
Add Comment
Please, Sign In to add comment