Run ID:94110
提交时间:2024-10-19 19:18:57
a = input().split() b = int(0) c = int(1) d = int(2) if b >= c and b<= d: print("Yes") else: print("No")