Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
34310 闻航 集盖赢大奖 C++ 通过 0 MS 236 KB 225 2023-12-17 20:02:31

Tests(3/3):


#include<iostream> using namespace std; int main() { int x,y,n; cin>>x>>y; n=10*x||20*y; if(x>=10) { cout<<1; } else if(y>=20) { cout<<1; } else { cout<<0; } }


测评信息: