# 函数(c++) 上
---------------------------------开始线-----------------------------------
先看一下下面的代码:
#include <iostream>
#include <cmath>
#include <stdio.h>
using namespace std;
int main() {
int n;
cin>>n;
printf("%.50lf",sqrt(n));
return 0;
}
原创
2022-05-04 20:50:31 ·
113 阅读 ·
0 评论