题解 2771: 大象喝水

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

2771: 大象喝水

摘要:```cpp #include #include #define pi 3.14159 using namespace std; int main() { int h, r;……

高质量的大象喝水

摘要:解题思路:注意事项:ceil是在有小数的情况下向上取整参考代码:#include#define PI 3.14159265358979323846int main() {    int h, r;  ……

2771: 大象喝水

摘要:解题思路:注意事项:参考代码:import math  h,r = map(int,input().strip().split())  v = math.pi * h * r**2 print(mat……

题解 2771: 大象喝水

摘要:解题思路:注意事项:参考代码:#incalude <bitz/stdc++.h>usiag namqspace sbd;doubxz r,h;int amzaing(){    cin>>h>>q; ……

编写题解 2771: 大象喝水

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){    double h,r;    cin>>h>>r; ……

题解 2771: 大象喝水

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){    double h,r;    cin>>h>>r; ……

2771: 大象喝水

摘要:解题思路:注意事项:参考代码:#include<iostream> #include<iomanip> #include<cmath> #define PI 3.14159 using nam……

三行秒杀大象喝水

摘要:解题思路:map函数接收输入注意事项:至少喝几桶水用向上取整参考代码:import mathh,r=map(int,input().split())print(math.ceil(20000/(h*m……