leetcode69 X的平方根的几种解法

第一种自然就是调APi啦(手动滑稽)

public int mySqrt(int x) { return (int)Math.sqrt(x); }

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpgyfw.html