69. x 的平方根
程序员文章站
2024-03-20 17:36:34
...
#include <iostream>
#include <algorithm>
#include "string"
#include "vector"
#include "stack"
using namespace std;
int mySqrt(int x)
{
return int(sqrt(x));
}
int main()
{
cout<<mySqrt(8);
system("pause");
return 0;
}
上一篇: 69. x 的平方根
推荐阅读
-
69. x 的平方根
-
69. x 的平方根
-
69. x 的平方根
-
OpenCV2.x使用cvSetCaptureProperty定位后读取的帧重复 博客分类: opencv opencv视频分析
-
OpenCV2.x使用cvSetCaptureProperty定位后读取的帧重复 博客分类: opencv opencv视频分析
-
android studio中使用x5 webview来读写cookies的问题
-
解决Mac OS X 10.11 El Capitan 上 openssl/aes.h file not found 的问题
-
解决Mac OS X 10.11 El Capitan 上 openssl/aes.h file not found 的问题
-
Spring5.0.X源码的下载及Idea编译(一)
-
【10.14 校内测】小x的加法难题 题解