| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 86621 | sh25_zhangyy | 集盖赢大奖 | C++ | Accepted | 0 MS | 244 KB | 158 | 2026-04-03 15:52:03 |
#include <bits/stdc++.h> using namespace std; int main( ) { int n,m; cin>>n>>m; if(n>=10||m>=20) cout<<1; else cout<<0; return 0;}