Run ID:94111

提交时间:2024-10-19 19:19:16

a = input().split() b = int(0) c = int(1) d = int(2) if b >= c and b<= d: print("yes") else: print("no")