1 条题解

  • 0
    @ 2026-1-1 11:11:21
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	double a,b;
    	cin>>a>>b;
    	cout<<ceil(20000/(3.14159*b*b*a));
    	return 0;
    }
    • 1

    信息

    ID
    178
    时间
    1000ms
    内存
    256MiB
    难度
    7
    标签
    递交数
    18
    已通过
    8
    上传者