不骗人,新手必看!!!!!!!
摘要:解题思路:注意事项:参考代码:#include <stdio.h>#define PI 3.14159265358979323846int main() { int h, r; scanf……
2771: 大象喝水(简单)
摘要:解题思路:注意事项:参考代码:#include<stdio.h>#define PI 3.14159int main(){ int r,h; double sum=0,num=0; ……
大象喝水题解,,,,
摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int h,r,t; double v; scanf("%d %d",&h,&r); ……
大象喝水while循环
摘要:h,r= map(int, input().strip().split())Pi = 3.14159v = Pi * r * r * hn = 0while n * v <= 20000: &n……