0_0_34706535_11987.cpp: In function 'int main()':
0_0_34706535_11987.cpp:134:18: error: too few arguments to function 'void getFocus(point&, point*, int)'
getFocus();
^
0_0_34706535_11987.cpp:62:6: note: declared here
void getFocus(point& focus,point* points,int N)
^
|