0_0_13811144_5789.cpp:23:16: error: stray '#' in program
scanf("%lf%lf",&x,&y);
^
0_0_13811144_5789.cpp:23:27: error: stray '#' in program
scanf("%lf%lf",&x,&y);
^
0_0_13811144_5789.cpp:23:33: error: stray '#' in program
scanf("%lf%lf",&x,&y);
^
0_0_13811144_5789.cpp:23:40: error: stray '#' in program
scanf("%lf%lf",&x,&y);
^
0_0_13811144_5789.cpp:76:14: error: stray '#' in program
if(d==0 && Dis(a,po)<Dis(b,po))
^
0_0_13811144_5789.cpp:76:19: error: stray '#' in program
if(d==0 && Dis(a,po)<Dis(b,po))
^
0_0_13811144_5789.cpp:80:28: error: stray '#' in program
void Graham(Point p[],int &n)
^
0_0_13811144_5789.cpp:84:50: error: stray '#' in program
if(p[ind].y>p[i].y || (p[ind].y==p[i].y && p[ind].x>p[i].x))
^
0_0_13811144_5789.cpp:84:55: error: stray '#' in program
if(p[ind].y>p[i].y || (p[ind].y==p[i].y && p[ind].x>p[i].x))
^
0_0_13811144_5789.cpp:94:21: error: stray '#' in program
while(cn>0 && Sig(Xmult(p[con[cn-1]],p[con[cn]],p[i]))<=0)
^
0_0_13811144_5789.cpp:94:26: error: stray '#' in program
while(cn>0 && Sig(Xmult(p[con[cn-1]],p[con[cn]],p[i]))<=0)
^
0_0_13811144_5789.cpp:102:23: error: stray '#' in program
while(cn>tmp && Sig(Xmult(p[con[cn-1]],p[con[cn]],p[i]))<=0)
^
0_0_13811144_5789.cpp:102:28: error: stray '#' in program
while(cn>tmp && Sig(Xmult(p[con[cn-1]],p[con[cn]],p[i]))<=0)
^
0_0_13811144_5789.cpp:181:18: error: stray '#' in program
while(scanf("%d",&p2.n)!=EOF)
^
0_0_13811144_5789.cpp:181:25: error: stray '#' in program
while(scanf("%d",&p2.n)!=EOF)
^
0_0_13811144_5789.cpp:181:31: error: stray '#' in program
while(scanf("%d",&p2.n)!=EOF)
^
0_0_13811144_5789.cpp:184:16: error: stray '#' in program
scanf("%d",&p1.n);
^
0_0_13811144_5789.cpp:184:23: error: stray '#' in program
scanf("%d",&p1.n);
^
0_0_13811144_5789.cpp:184:29: error: stray '#' in program
scanf("%d",&p1.n);
^
0_0_13811144_5789.cpp:186:16: error: stray '#' in program
scanf("%lf%lf",&ange,&k);
^
0_0_13811144_5789.cpp:186:27: error: stray '#' in program
scanf("%lf%lf",&ange,&k);
^
0_0_13811144_5789.cpp:186:33: error: stray '#' in program
scanf("%lf%lf",&ange,&k);
^
0_0_13811144_5789.cpp:186:43: error: stray '#' in program
scanf("%lf%lf",&ange,&k);
^
0_0_13811144_5789.cpp:206:21: error: stray '#' in program
printf("-1\n");
^
0_0_13811144_5789.cpp:206:13: error: stray '\' in program
printf("-1\n");
^
0_0_13811144_5789.cpp:206:30: error: stray '#' in program
printf("-1\n");
^
0_0_13811144_5789.cpp:209:17: error: stray '#' in program
printf("%.4f\n",Work(p1,p2,v,k*s,s));
^
0_0_13811144_5789.cpp:209:9: error: stray '\' in program
printf("%.4f\n",Work(p1,p2,v,k*s,s));
^
0_0_13811144_5789.cpp:209:28: error: stray '#' in program
printf("%.4f\n",Work(p1,p2,v,k*s,s));
^
0_0_13811144_5789.cpp: In member function 'void Point::in()':
0_0_13811144_5789.cpp:23:17: error: lvalue required as unary '&' operand
scanf("%lf%lf",&x,&y);
^
0_0_13811144_5789.cpp:23:20: error: expected primary-expression before '%' token
scanf("%lf%lf",&x,&y);
^
0_0_13811144_5789.cpp:23:21: error: 'lf' was not declared in this scope
scanf("%lf%lf",&x,&y);
^
0_0_13811144_5789.cpp:23:31: error: expected primary-expression before ',' token
scanf("%lf%lf",&x,&y);
^
0_0_13811144_5789.cpp:23:34: error: lvalue required as unary '&' operand
scanf("%lf%lf",&x,&y);
^
0_0_13811144_5789.cpp:23:41: error: lvalue required as unary '&' operand
scanf("%lf%lf",&x,&y);
^
0_0_13811144_5789.cpp:23:45: error: expected ';' before ')' token
scanf("%lf%lf",&x,&y);
^
0_0_13811144_5789.cpp: In function 'int cmp(Point, Point)':
0_0_13811144_5789.cpp:76:17: error: expected ')' before ';' token
if(d==0 && Dis(a,po)<Dis(b,po))
^
0_0_13811144_5789.cpp:76:20: error: lvalue required as unary '&' operand
if(d==0 && Dis(a,po)<Dis(b,po))
^
0_0_13811144_5789.cpp:76:43: error: expected ';' before ')' token
if(d==0 && Dis(a,po)<Dis(b,po))
^
0_0_13811144_5789.cpp: At global scope:
0_0_13811144_5789.cpp:80:29: error: expected ',' or '...' before numeric constant
void Graham(Point p[],int &n)
^
0_0_13811144_5789.cpp:80:31: error: expected ')' before ';' token
void Graham(Point p[],int &n)
^
0_0_13811144_5789.cpp:80:32: error: 'n' does not name a type
void Graham(Point p[],int &n)
^
0_0_13811144_5789.cpp: In function 'int main()':
0_0_13811144_5789.cpp:181:19: error: lvalue required as unary '&' operand
while(scanf("%d",&p2.n)!=EOF)
^
0_0_13811144_5789.cpp:181:21: error: expected ')' before ';' token
while(scanf("%d",&p2.n)!=EOF)
^
0_0_13811144_5789.cpp:181:22: error: expected primary-expression before '%' token
while(scanf("%d",&p2.n)!=EOF)
^
0_0_13811144_5789.cpp:181:23: error: 'd' was not declared in this scope
while(scanf("%d",&p2.n)!=EOF)
^
0_0_13811144_5789.cpp:181:29: error: expected primary-expression before ',' token
while(scanf("%d",&p2.n)!=EOF)
^
0_0_13811144_5789.cpp:181:32: error: lvalue required as unary '&' operand
while(scanf("%d",&p2.n)!=EOF)
^
0_0_13811144_5789.cpp:181:39: error: expected ';' before ')' token
while(scanf("%d",&p2.n)!=EOF)
^
0_0_13811144_5789.cpp:212:1: error: expected '}' at end of input
}
^
|