3 条题解

  • 0
    @ 2023-11-28 20:15:28

    #include<bits/stdc++.h> using namespace std; int main(){ int n,m; cin>>n>>m; double v=3.1415926nm*m; cout<<ceil(20000/v); return 0; } 代码

    • 0
      @ 2023-11-28 20:15:00

      不多说,直接上代码(没头文件)

      using namespace std;
      int main(){
      	int n,m;
      	cin>>n>>m;
      	double v=3.1415926*n*m*m;
      	cout<<ceil(20000/v);
      	return 0;
      }
      
      • 0
        @ 2023-11-28 20:12:20
        using namespace std;
        int h,r,a;
        int main(){
        	cin>>h>>r;
        	a=20000/(3.14159*r*r*h)+1;
        	cout<<a;
        	return 0;
        }
        
        • 1

        信息

        ID
        33
        时间
        1000ms
        内存
        128MiB
        难度
        6
        标签
        (无)
        递交数
        20
        已通过
        12
        上传者