| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 76726 | sh25_zhuwy | 集盖赢大奖 | C++ | Accepted | 0 MS | 248 KB | 125 | 2025-12-19 16:37:29 |
#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<(a>=10||b>=20); return 0; }