1669: 求圆的面积 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>//要用万能头!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!using namesp…… 题解列表 2024年01月22日 0 点赞 0 评论 438 浏览 评分:7.3
1669: 求圆的面积 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double r,s; cin>>r; …… 题解列表 2023年12月02日 0 点赞 0 评论 171 浏览 评分:9.9
求圆的面积+公式 摘要:解题思路:圆面积=π*r*r注意事项:r=圆的半径参考代码:#include<iostream>using namespace std;#include <iomanip>int main(){ …… 题解列表 2023年12月02日 0 点赞 0 评论 84 浏览 评分:0.0
题解 1669: 求圆的面积 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;#include <iomanip>int main(){ double r; c…… 题解列表 2023年12月02日 0 点赞 0 评论 249 浏览 评分:9.9
1669: 求圆的面积 摘要:解题思路:无注意事项:要用到3个“工具”。。。参考代码:#include<iostream>#include<iomanip>#define Pi 3.1615926usins namespace s…… 题解列表 2023年11月22日 0 点赞 0 评论 109 浏览 评分:0.0
1669: 求圆的面积 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h> using namespace std; #define PI 3.1415926 int main() { …… 题解列表 2023年09月22日 0 点赞 0 评论 52 浏览 评分:0.0
求圆的面积 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#define pi 3.1415926using namespace std;int main()…… 题解列表 2023年07月01日 0 点赞 0 评论 135 浏览 评分:0.0
1669: 求圆的面积 摘要:```cpp #include #include #define pi 3.1415926 using namespace std; int main() { float r; …… 题解列表 2023年01月29日 0 点赞 0 评论 416 浏览 评分:9.9
求圆的面积(超简C++) 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; #include <iomanip> int main() { doub…… 题解列表 2022年10月29日 0 点赞 1 评论 472 浏览 评分:9.9
求圆的面积 摘要:解题思路: 注意事项:注意要写#include<iomanip>头文件参考代码:#include<iostream>#include<iomanip>using namespace std;int m…… 题解列表 2022年10月23日 0 点赞 0 评论 113 浏览 评分:0.0