Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. a, b, d = int(input()), int(input()), int(input())
  2. if d <= a and d <= b:
  3. print("YES")
  4. else:
  5. print("NO")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement