题解法兰西玫瑰2023-06-24 15:40:43发布于:上海125阅读0回复0点赞#include <bits/stdc++.h> using namespace std; int main(){ double t1,h,r,t2; cin >> h >> r; t1=r*r*3.14159*h; cout << ceil(20000/t1); return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个