摘要:
Sqrt(x)Implement int sqrt(int x).Compute and return the square root of x.Examplesqrt(3) = 1sqrt(4) = 2sqrt(5) = 2sqrt(10) = 3ChallengeO(log(x))直接的做法是注... 阅读全文
posted @ 2015-12-04 05:06
一心一念
阅读(155)
评论(0)
推荐(0)