大象喝水 调用ceil函数 摘要:解题思路:调用ceil函数注意事项:参考代码:#include<stdio.h>#include<math.h>#define Pi 3.14159int main(){ int h,r; dou…… 题解列表 2023年11月13日 0 点赞 0 评论 251 浏览 评分:9.9
2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<iomanip> #include<cmath> #define PI 3.14159 using nam…… 题解列表 2023年10月31日 0 点赞 0 评论 62 浏览 评分:0.0
大象喝水(用if解决小数问题) 摘要:解题思路: 这题难点主要在于处理没法整除,需要多喝一桶的问题 注意事项: 注意变量的类型 参考代码: ```c #include #define Pi 3.14159 int main…… 题解列表 2023年09月05日 0 点赞 0 评论 363 浏览 评分:8.0
大象喝水问题 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#define pi 3.14159int main(){ int a,b,c,d; scanf("%d %d",&a,&…… 题解列表 2023年07月12日 0 点赞 0 评论 135 浏览 评分:0.0
简单又实用 摘要:参考代码:#include <iostream>#include <cmath> // 包含cmath头文件来使用M_PI常量using namespace std;int main() { …… 题解列表 2023年07月12日 0 点赞 0 评论 137 浏览 评分:9.9
油炸坤坤好吃不贵 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#define Pi 3.14159int main(){ int r,h; scanf("%d%d", &h, &r); …… 题解列表 2023年05月27日 0 点赞 0 评论 532 浏览 评分:9.9
2771,大象喝水 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int h,r; float v,n; scanf("%d%d",&h,&r); v=3…… 题解列表 2023年05月27日 0 点赞 0 评论 143 浏览 评分:0.0
打错了,是计算三角形面积的答案,大家别误会 摘要:参考代码:#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(){ int h,r; double t; cin>>h>>r; …… 题解列表 2023年04月29日 0 点赞 1 评论 109 浏览 评分:7.0
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