题解 2771: 大象喝水 摘要:解题思路:首先输入高和半径,然后求体积,再用20L除以体积。注意事项:在这里pi=3.14159。参考代码:#include <bits/stdc++.h>using namespace std;in…… 题解列表 2023年11月25日 0 点赞 0 评论 137 浏览 评分:9.9
2771: 大象喝水 摘要:```cpp #include #include using namespace std; int main() { int h,r; double v; ci…… 题解列表 2023年01月11日 0 点赞 0 评论 261 浏览 评分:9.9
编写题解 2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,r,m; cin>>h>>r…… 题解列表 2023年12月16日 0 点赞 0 评论 118 浏览 评分:9.9
简单又实用 摘要:参考代码:#include <iostream>#include <cmath> // 包含cmath头文件来使用M_PI常量using namespace std;int main() { …… 题解列表 2023年07月12日 0 点赞 0 评论 137 浏览 评分:9.9
题解 2771: 大象喝水//制作不易,给个好评//附赠无限循环 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ /** while(16534123412387…… 题解列表 2023年12月02日 0 点赞 0 评论 160 浏览 评分:9.9
2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,r,m; cin>>h>>r…… 题解列表 2023年12月02日 0 点赞 0 评论 123 浏览 评分:9.9
daxiangheshui0263461984565484752625+8749 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int h,r; cin>>h>>r; double v; …… 题解列表 2023年04月29日 0 点赞 0 评论 119 浏览 评分:9.9
打错了,是计算三角形面积的答案,大家别误会 摘要:参考代码:#includeusing namespace std;int main(){ double a; cin>>a>>b>>c>>d>>e>>f; double s=sqrt…… 题解列表 2023年04月29日 0 点赞 0 评论 129 浏览 评分:9.9
写题解 2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ /** while(16534123412387…… 题解列表 2023年12月23日 0 点赞 0 评论 128 浏览 评分:9.9
2771: 大象喝水 摘要:解题思路:注意事项:3.14159* r * r * h是圆柱体积,20升要转化成20000毫升参考代码:#include <bits/stdc++.h>using namespace std;int…… 题解列表 2023年12月03日 0 点赞 0 评论 66 浏览 评分:8.7