| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 5698 | 朱嘉铭 | 划拳 | C++ | Compile Error | 0 | 0 MS | 0 KB | 337 | 2020-08-14 17:23:40 |
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; if(a<=6&&b<=6){ if(a>b)cout<<"DXZ"; else cout<<"YY"; if(a=b0 cout<<"DOGFALL"; } if(a>6&&b>6){ if(a<b)cout<<"DXY"; else cout<<"YY"; if(a=b)cout<<"DOGFALL"; } return 0; }