Problem | simp |
---|---|
User | itchydeez |
Submission Time | 2023-11-08 13:48:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simp.cpp: In function ‘int main()’:
simp.cpp:12:32: error: expected ‘;’ before ‘}’ token
12 | if (d1>e1 or d2>e2){cout<<"NO"}
| ^
| ;
simp.cpp:13:8: error: ‘cour’ was not declared in this scope
13 | else {cour<<"YES"}
| ^~~~