0_0_16386174_23336.cpp:39:9: error: stray '\' in program
%d\n",i,px[i].x,px[i].y);}
^
0_0_16386174_23336.cpp:39:9: error: missing terminating " character
0_0_16386174_23336.cpp: In function 'int main()':
0_0_16386174_23336.cpp:39:9: error: expected primary-expression before '%' token
0_0_16386174_23336.cpp:39:10: error: 'd' was not declared in this scope
%d\n",i,px[i].x,px[i].y);}
^
0_0_16386174_23336.cpp:40:24: error: expected ';' before ')' token
for(i=0;i<n;i++)
^
0_0_16386174_23336.cpp:60:1: error: expected '}' at end of input
}
^
0_0_16386174_23336.cpp:60:1: error: expected '}' at end of input
|