| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 55423 | zhangweiran | 收集瓶盖赢大奖 | C++ | Accepted | 0 MS | 240 KB | 196 | 2024-11-07 07:19:25 |
#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin >> a >> b; if(a>=10 or b>=20){ cout<<"1"; }else{ cout <<"0"; } return 0; }