3 条评论

  • @ 2026-3-29 12:59:42

    #include<bits/stdc++.h>

    using namespace std;

    int main(){

    double v, r;
    
    double pi = 3.14;
    
    cin>>r;
    
    v=pi*r*r*r*4.0/3.0;
    
    printf("%.2f",v);
    
    return 0;
    

    }

    • @ 2026-3-29 12:59:17

      答案来啦 #include<bits/stdc++.h> using namespace std; int main(){ double v, r; double pi = 3.14; cin>>r; v=pirrr4.0/3.0; printf("%.2f",v); return 0; }

      • @ 2026-3-29 12:43:41

        我不到啊!!!~^^~

        • 1

        信息

        ID
        1083
        时间
        ms
        内存
        MiB
        难度
        5
        标签
        递交数
        276
        已通过
        104
        上传者