daxiangheshui0263461984565484752625+8749
摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int h,r; cin>>h>>r; double v; ……
写题解 2771: 大象喝水
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ /** while(16534123412387……
编写题解 2771: 大象喝水
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,r,m; cin>>h>>r……
题解 2771: 大象喝水//制作不易,给个好评//附赠无限循环
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ /** while(16534123412387……
2771: 大象喝水
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,r,m; cin>>h>>r……
题解 2771: 大象喝水
摘要:解题思路:首先输入高和半径,然后求体积,再用20L除以体积。注意事项:在这里pi=3.14159。参考代码:#include <bits/stdc++.h>using namespace std;in……
打错了,是计算三角形面积的答案,大家别误会
摘要:参考代码:#includeusing namespace std;int main(){ double a; cin>>a>>b>>c>>d>>e>>f; double s=sqrt……
2771: 大象喝水
摘要:```cpp
#include
#include
using namespace std;
int main()
{
int h,r;
double v;
ci……