Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
431666 方相宜 【C1-8】兑换奖品 C++ 通过 100 3 MS 256 KB 237 2026-03-08 19:47:44

Tests(2/2):


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


测评信息: