2 条题解

  • 2
    @ 2025-1-18 21:03:31
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int h,r;
    	cin >>h>>r;
        double sl = h*r*3.14*r;
        int tong = ceil(20000/sl);
    	cout << tong;
    	return 0;
    }
    
    • -1
      @ 2025-1-19 16:59:49

      #include <bits/stdc++.h> using namespace std;

      int main(){ int h,r; cin>>h>>r; double v=3.14rrh; int s=ceil(201000/v); cout<<s<<endl; return 0; }

      • 1

      信息

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