0_0_31568890_8108.cpp: In function 'float ClosestPair(Point*, int, int, Point&, Point&)':
0_0_31568890_8108.cpp:59:58: error: expected primary-expression before '%' token
d2 = ClosestPair(points, mid + 1, right, a2, b2);%0
^
0_0_31568890_8108.cpp:59:59: error: expected '}' at end of input
d2 = ClosestPair(points, mid + 1, right, a2, b2);%0
^
0_0_31568890_8108.cpp:59:59: error: expected '}' at end of input
|