0_0_39390491_8372.cpp: In function 'double distance(int, int, int, int)': 0_0_39390491_8372.cpp:55:12: error: 'sqrt' was not declared in this scope 55 | return sqrt((x0-x1)*(x0-x1)+(y0-y1)*(y0-y1)); | ^~~~