0_0_39250033_19300.cpp: In function 'double dis(point, point)': 0_0_39250033_19300.cpp:14:12: error: 'sqrt' was not declared in this scope 14 | return sqrt(c.x * c.x + c.y * c.y); | ^~~~