0_0_17429659_16354.cpp:72:3: error: stray '\241' in program
scanf("%lf %lf",&p[i].x,&p[i].y); ĄŁ
^
0_0_17429659_16354.cpp:72:3: error: stray '\243' in program
0_0_17429659_16354.cpp:6:14: error: expected initializer before numeric constant
const int M 1000
^
0_0_17429659_16354.cpp:12:4: error: 'M' was not declared in this scope
}p[M],stack[M];
^
0_0_17429659_16354.cpp:12:13: error: 'M' was not declared in this scope
}p[M],stack[M];
^
0_0_17429659_16354.cpp: In function 'int cmp(node, node)':
0_0_17429659_16354.cpp:30:15: error: 'p' was not declared in this scope
if(multi(a,b,p[0])>0)
^
0_0_17429659_16354.cpp:32:15: error: 'p' was not declared in this scope
if(multi(a,b,p[0])==0&&L(a,p[0])<L(b,p[0]))
^
0_0_17429659_16354.cpp: In function 'int main()':
0_0_17429659_16354.cpp:67:9: error: 'p' was not declared in this scope
memset(p,0,sizeof(p));
^
0_0_17429659_16354.cpp:68:9: error: 'stack' was not declared in this scope
memset(stack,0,sizeof(stack));
^
0_0_17429659_16354.cpp:84:13: error: 'pi' was not declared in this scope
t=t+2*m*pi;
^
|