Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
300134 李南笙 【C1-8】兑换奖品 Python3 通过 100 82 MS 3736 KB 136 2024-11-15 19:39:47

Tests(2/2):


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")


测评信息: