0_0_20983657_1951.cpp:38:37: error: stray '#' in program
temp.r = temp.x*temp.x + temp.y*temp.y;
^
0_0_20983657_1951.cpp:44:40: error: stray '#' in program
printf("Case #%d: 0.00\n",++count_of_case);
^
0_0_20983657_1951.cpp:44:45: error: stray '#' in program
printf("Case #%d: 0.00\n",++count_of_case);
^
0_0_20983657_1951.cpp:55:30: error: stray '#' in program
printf("Case #%d: ",++count_of_case);
^
0_0_20983657_1951.cpp:55:35: error: stray '#' in program
printf("Case #%d: ",++count_of_case);
^
0_0_20983657_1951.cpp:57:29: error: stray '#' in program
for(int i=0; i<N; i++)
^
0_0_20983657_1951.cpp:57:34: error: stray '#' in program
for(int i=0; i<N; i++)
^
0_0_20983657_1951.cpp:60:33: error: stray '#' in program
for(int j=0; j<N; j++)
^
0_0_20983657_1951.cpp:60:38: error: stray '#' in program
for(int j=0; j<N; j++)
^
0_0_20983657_1951.cpp:64:25: error: stray '#' in program
b[n++]=a[j].theta;
^
0_0_20983657_1951.cpp:64:30: error: stray '#' in program
b[n++]=a[j].theta;
^
0_0_20983657_1951.cpp:71:44: error: stray '#' in program
for(int j=0, k = K - 1; j<n; j++,k++)
^
0_0_20983657_1951.cpp:71:49: error: stray '#' in program
for(int j=0, k = K - 1; j<n; j++,k++)
^
0_0_20983657_1951.cpp:71:56: error: stray '#' in program
for(int j=0, k = K - 1; j<n; j++,k++)
^
0_0_20983657_1951.cpp:71:61: error: stray '#' in program
for(int j=0, k = K - 1; j<n; j++,k++)
^
0_0_20983657_1951.cpp:79:39: error: stray '#' in program
angle=b[k-n]-b[j]+pi*2;
^
0_0_20983657_1951.cpp: In function 'int main()':
0_0_20983657_1951.cpp:44:41: error: lvalue required as unary '&' operand
printf("Case #%d: 0.00\n",++count_of_case);
^
0_0_20983657_1951.cpp:44:46: error: lvalue required as unary '&' operand
printf("Case #%d: 0.00\n",++count_of_case);
^
0_0_20983657_1951.cpp:44:62: error: expected ';' before ')' token
printf("Case #%d: 0.00\n",++count_of_case);
^
0_0_20983657_1951.cpp:55:31: error: lvalue required as unary '&' operand
printf("Case #%d: ",++count_of_case);
^
0_0_20983657_1951.cpp:55:36: error: lvalue required as unary '&' operand
printf("Case #%d: ",++count_of_case);
^
0_0_20983657_1951.cpp:55:52: error: expected ';' before ')' token
printf("Case #%d: ",++count_of_case);
^
0_0_20983657_1951.cpp:57:32: error: expected ')' before ';' token
for(int i=0; i<N; i++)
^
0_0_20983657_1951.cpp:57:35: error: lvalue required as unary '&' operand
for(int i=0; i<N; i++)
^
0_0_20983657_1951.cpp:57:38: error: expected primary-expression before ')' token
for(int i=0; i<N; i++)
^
|