| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 24325 | 老方 | 集盖赢大奖 | C++ | Accepted | 0 MS | 252 KB | 170 | 2023-08-10 13:11:21 |
#include <iostream> using namespace std; int main() { int lucky, thank; cin >> lucky >> thank; cout << (lucky >= 10 || thank >= 20); return 0; }