1王子豪2024-04-01 20:46:35发布于:广东3阅读0回复0点赞#include<iostream> using namespace std; int main(){ double pi=3.14159; int h,r; cin >> h >> r; double V=pi*h*r*r; int t=20000/V+1; cout<<t<<endl; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个