0_0_38761524_23967.cpp: In function 'int sqr(int)': 0_0_38761524_23967.cpp:7:17: error: 'sqrt' was not declared in this scope; did you mean 'sqr'? 7 | int q = sqrt(x); | ^~~~ | sqr