Problem | simp |
---|---|
User | wtnetlegend |
Submission Time | 2025-10-11 15:17:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simp.cpp: In function ‘int main()’:
simp.cpp:10:5: error: expected ‘}’ before ‘else’
10 | else cout << "YES";
| ^~~~
simp.cpp:8:101: note: to match this ‘{’
8 | if((b1 > a1 && c1 < a1) || (b1 < a1 && c1 > a1) || (b2 > a2 && c2 < a2) || (b1 < a2 && c1 > a2)){
| ^
simp.cpp: At global scope:
simp.cpp:12:1: error: expected declaration before ‘}’ token
12 | }
| ^