Aaaa.题解xerography2023-10-06 14:12:31发布于:广东18阅读0回复0点赞#include<bits/stdc++.h> using namespace std; const double PI=3.14159; int main() { double r,h,s; cin>>h>>r; s=r*r*PI*h; int num=ceil(20000/s); cout<<num; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个