2 条题解

  • 1
    @ 2025-1-18 20:53:45
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	double n;
    	cin >>n;
    	printf("%0.2lf",n*3.14*4/3*n*n);
    	return 0;
    }
    
    • 0
      @ 2025-1-19 16:01:03

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

      int main(){ double r,v; cin>>r; v=4.0/33.14rrr; cout<<fixed<<setprecision(2)<<v; return 0; }

      • 1

      信息

      ID
      31
      时间
      1000ms
      内存
      128MiB
      难度
      4
      标签
      (无)
      递交数
      123
      已通过
      60
      上传者