| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 72650 | sh25_zhuwy | 收集瓶盖赢大奖 | C++ | Accepted | 1 MS | 244 KB | 125 | 2025-11-02 13:40:01 |
#include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<(a>=10||b>=20); return 0; }