Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
353696 沈昊煊 【C1-8】兑换奖品 C++ 解答错误 0 2 MS 240 KB 210 2025-09-30 20:21:12

Tests(0/2):


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


测评信息: