We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Implement int sqrt(int x).
Compute and return the square root of x.
见程序注释