Run ID | 作者 | 问题 | 语言 | 测评结果 | 分数 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
300133 | 李南笙 | 【C1-8】兑换奖品 | Python3 | 通过 | 100 | 67 MS | 3736 KB | 136 | 2024-11-15 19:36:08 |
n,m=input().split() n =int(n) m =int(m) if n>=15 and m>=10 or n>=25 or m>=30: print("YES") else: print("NO")
exit code: 0, checker exit code: 0
exit code: 0, checker exit code: 0