Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
343500 李明灿 【C1-8】兑换奖品 C++ 通过 100 3 MS 244 KB 239 2025-08-27 18:44:15

Tests(2/2):


#include<iostream> using namespace std; int main(){ int n,m; cin>>n>>m; if(n==25||n==15&&m==10||m==30||n>=25||n>=15&&m>=10||m>=30||n>=15&&m==10||n==15&&m>=10) cout<<"YES"; else cout<<"NO"; return 0; }


测评信息: