| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 76588 | sh25_zhangjiajia | 收集瓶盖赢大奖 | C++ | Accepted | 0 MS | 244 KB | 208 | 2025-12-19 15:33:45 |
#include <iostream>; using namespace std; int main() { int a,b; cin >> a >>b; if(a>=10||b>=20) { cout<<"1"; } else { cout<<"0"; } return 0; }