Problem | simp |
---|---|
User | PrunJuice |
Submission Time | 2024-06-19 11:05:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simp.cpp: In function ‘int main()’:
simp.cpp:11:51: error: expected ‘)’ before ‘{’ token
11 | else if (c1 < a1 || c2 < a2 && b1 > a1 || b2 > a2 {
| ~ ^~
| )
simp.cpp:17:1: error: expected primary-expression before ‘}’ token
17 | }
| ^