不骗人,新手必看!!!!!!! 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#define PI 3.14159265358979323846int main() { int h, r; scanf…… 题解列表 2024年11月01日 0 点赞 0 评论 89 浏览 评分:6.0
2771: 大象喝水 摘要:```cpp #include #include #define pi 3.14159 using namespace std; int main() { int h, r;…… 题解列表 2023年11月22日 0 点赞 0 评论 77 浏览 评分:6.0
高质量的大象喝水 摘要:解题思路:注意事项:ceil是在有小数的情况下向上取整参考代码:#include#define PI 3.14159265358979323846int main() { int h, r; …… 题解列表 2024年11月01日 0 点赞 0 评论 72 浏览 评分:6.0
2771: 大象喝水 摘要:解题思路:注意事项:参考代码:import math h,r = map(int,input().strip().split()) v = math.pi * h * r**2 print(mat…… 题解列表 2022年11月24日 0 点赞 0 评论 377 浏览 评分:6.0
编写题解 2771:大象喝水,python超简单 摘要:解题思路:注意事项:输出时舍去多余的0因为会估算参考代码:h,r = map(int,input().split()) #读取高度和半径 pi = 3.14159v_1 = pi * r ** 2…… 题解列表 2024年03月15日 0 点赞 0 评论 519 浏览 评分:6.0
题解 2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#incalude <bitz/stdc++.h>usiag namqspace sbd;doubxz r,h;int amzaing(){ cin>>h>>q; …… 题解列表 2023年12月03日 0 点赞 0 评论 73 浏览 评分:5.3
编写题解 2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,r; cin>>h>>r; …… 题解列表 2023年12月03日 0 点赞 0 评论 62 浏览 评分:2.0
题解 2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,r; cin>>h>>r; …… 题解列表 2023年12月02日 0 点赞 0 评论 62 浏览 评分:2.0
2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<iomanip> #include<cmath> #define PI 3.14159 using nam…… 题解列表 2023年10月31日 0 点赞 0 评论 63 浏览 评分:0.0
三行秒杀大象喝水 摘要:解题思路:map函数接收输入注意事项:至少喝几桶水用向上取整参考代码:import mathh,r=map(int,input().split())print(math.ceil(20000/(h*m…… 题解列表 2024年11月30日 0 点赞 0 评论 112 浏览 评分:0.0