我的世界dwc2025-07-29 10:34:17发布于:山东4阅读0回复0点赞#include <bits/stdc++.h> using namespace std; int main(){ int h,r; double PI=3.14159,s; cin>>h>>r; s=r*r*PI*h; cout<<ceil(20/s*1000); return 0; } 有帮助,赞一个去预览0/2000发布全部评论 1dwc删除 2025-07-29 来自 山东0
有帮助,赞一个