摘要: 题目链接:传送门 题目描述: 求Sqrt(x),返回整数值即可。 【代码】: 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N = 1e6+10 ; 4 /* 5 int mySqrt ( int x ){ 6 int L 阅读全文
posted @ 2019-07-12 11:02 Osea 阅读(227) 评论(0) 推荐(0) 编辑