0_0_30502455_4602.cpp: In function 'void doit()':
0_0_30502455_4602.cpp:79:45: error: invalid initialization of reference of type 'const Point&' from expression of type 'int'
printf("%I64d\n",get_nearst(1,n,0,org[i]));
^
0_0_30502455_4602.cpp:46:4: note: in passing argument 1 of 'LL get_nearst(const Point&, const int&, const int&, const int&)'
LL get_nearst(const Point &x, const int &l, const int &r, const int &depth) {
^
|