0_0_36128670_3787.cpp: In function 'bool check(int, int)': 0_0_36128670_3787.cpp:15:95: error: 'sqrt' was not declared in this scope return sqrt((p[x].x - um[y].x) * (p[x].x - um[y].x) + (p[x].y - um[y].y) * (p[x].y - um[y].y)) / p[x].v <= t; ^