摘要: DescriptionImplement int sqrt(int x). Compute and return the square root of x.my program 思路:看似很简单的问题,可以不断的优化算法,最开始容易想到的是定义一个num使其递增,直到num*num... 阅读全文
posted @ 2017-05-07 20:25 紫魔戒 阅读(151) 评论(0) 推荐(0)