69. Sqrt(x)Implementint sqrt(int x).Compute and return the square root ofx.My Solution 参考答案(转) 注: sqrt(x) <= (x+1) / 2