Problem simp
User ybc
Submission Time 2023-11-09 21:30:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simp.cpp: In function ‘int main()’:
simp.cpp:11:2: error: expected ‘}’ before ‘else’
11 | else if (b1-a1<0 and c1-a1 <0 and b2-a2>0 and c2-a2>0){
| ^~~~
simp.cpp:9:56: note: to match this ‘{’
9 | else if (b1-a1<0 and c1-a1 <0 and b2-a2<0 and c2-a2<0){
| ^
simp.cpp:13:2: error: expected ‘}’ before ‘else’
13 | else if (b1-a1>0 and c1-a1 >0 and b2-a2>0 and c2-a2>0){
| ^~~~
simp.cpp:11:56: note: to match this ‘{’
11 | else if (b1-a1<0 and c1-a1 <0 and b2-a2>0 and c2-a2>0){
| ^
simp.cpp:15:2: error: expected ‘}’ before ‘else’
15 | else if (b1-a1>0 and c1-a1 >0 and b2-a2<0 and c2-a2<0){
| ^~~~
simp.cpp:13:56: note: to match this ‘{’
13 | else if (b1-a1>0 and c1-a1 >0 and b2-a2>0 and c2-a2>0){
|