0_0_23218543_23.cpp: In function 'bool insert(point, point, point, point)':
0_0_23218543_23.cpp:13:42: error: expected primary-expression before '=' token
if(max(aa.x,bb.x)<min(cc.x,dd.x)) return="">0) return false;
^
0_0_23218543_23.cpp:13:47: error: expected ';' before ')' token
if(max(aa.x,bb.x)<min(cc.x,dd.x)) return="">0) return false;
^
0_0_23218543_23.cpp:13:47: error: expected primary-expression before ')' token
0_0_23218543_23.cpp: In function 'int main()':
0_0_23218543_23.cpp:19:15: error: expected primary-expression before '%' token
while(~scanf(%d,&n),n){
^
0_0_23218543_23.cpp:19:16: error: 'd' was not declared in this scope
while(~scanf(%d,&n),n){
^
0_0_23218543_23.cpp:23:10: error: expected primary-expression before '%' token
scanf(%lf%lf%lf%lf,&p[i].x,&p[i].y,&q[i].x,&q[i].y);
^
0_0_23218543_23.cpp:23:11: error: 'lf' was not declared in this scope
scanf(%lf%lf%lf%lf,&p[i].x,&p[i].y,&q[i].x,&q[i].y);
^
0_0_23218543_23.cpp:31:10: error: expected primary-expression before '%' token
printf(%d
^
|