| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 80714 | sh25_zhangyy | 收集瓶盖赢大奖 | Python3 | Accepted | 26 MS | 3656 KB | 117 | 2026-01-04 15:28:43 |
lucky, encourage = [int(i) for i in input().split()] if lucky >= 10 or encourage >= 20: print(1) else: print(0)