Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
107922 | 伍长辉 | 08判断区间 | Python3 | Wrong Answer | 36 MS | 3756 KB | 106 | 2025-01-18 19:14:09 |
a,x,y=input().split() a=int(a) x=int(x) y=iny(y) if y>=a>=x: print('Yes') else: print('no')
------Input------
33 9 76
------Answer-----
yes
------Your output-----