Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
332681 李俞家骅 【C1-8】兑换奖品 C++ 通过 100 1 MS 244 KB 179 2025-07-15 10:11:49

Tests(2/2):


#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a>=15&&b>=10||a>=25||b>=30) cout<<"YES"; else cout<<"NO"; return 0; }


测评信息: