Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
32573 | chenyifei | 集盖赢大奖 | C++ | Accepted | 0 MS | 236 KB | 158 | 2023-12-01 22:06:00 |
#include<iostream> using namespace std; int main() { int n1,n2; cin>>n1>>n2; if(n1>=10||n2>=20){ cout<<"1"; } else cout<<"0"; return 0; }