Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
308843 陈信宇 【C1-8】兑换奖品 C++ 通过 100 4 MS 248 KB 171 2025-02-07 21:03:26

Tests(2/2):


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


测评信息: