摘要: examination questions Implement int sqrt(int x). Compute and return the square root of x. Example sqrt(3) = 1 sqrt(4) = 2 sqrt(5) = 2 sqrt(10) = 3 sqr 阅读全文
posted @ 2015-05-28 19:20 TabWeng 阅读(483) 评论(0) 推荐(1) 编辑