大象喝水题解,,,, 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int h,r,t; double v; scanf("%d %d",&h,&r); …… 题解列表 2024年12月05日 0 点赞 0 评论 121 浏览 评分:0.0
三行秒杀大象喝水 摘要:解题思路:map函数接收输入注意事项:至少喝几桶水用向上取整参考代码:import mathh,r=map(int,input().split())print(math.ceil(20000/(h*m…… 题解列表 2024年11月30日 0 点赞 0 评论 112 浏览 评分:0.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
2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<iomanip> #include<cmath> #define PI 3.14159 using nam…… 题解列表 2023年10月31日 0 点赞 0 评论 63 浏览 评分:0.0
小白写代码,我懂你!! 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#define PI 3.14159int main(){int r ,h;printf("please input r and h:…… 题解列表 2024年04月19日 0 点赞 0 评论 70 浏览 评分:0.0
2771: 大象喝水 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main32 { public static void main(String[] ar…… 题解列表 2023年04月13日 1 点赞 0 评论 162 浏览 评分:0.0