1 条题解

  • 0
    @ 2024-10-4 14:57:12
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	double V,r,c;
    	cin>>r;
    	c=3.14;
    	V=1.0*4/3*c*r*r*r;
    	printf("%.5f",V);
     return 0;
    }
    • 1

    信息

    ID
    77
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    (无)
    递交数
    32
    已通过
    14
    上传者