0_0_16415552_22716.cpp: In function 'double dist(Point, Point)': 0_0_16415552_22716.cpp:28:22: error: no match for 'operator*' (operand types are 'Point' and 'Point') return sqrt((a-b)*(a-b)); ^