Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
76726 sh25_zhuwy 集盖赢大奖 C++ 通过 0 MS 248 KB 125 2025-12-19 16:37:29

Tests(3/3):


#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<(a>=10||b>=20); return 0; }


测评信息: