age = int(input()) #输入年龄 ① age ② 22 and age <= 35: #大于等于22,小于等于35 print("YES") ③: print("NO")
使用您的 NWOJ 通用账户