1 条题解

  • 0
    @ 2024-1-30 9:33:47

    #include<bits/stdc++.h>//头文件 using namespace std; int main(){ double r;//半径 cin >> r; cout << fixed << setprecision(2) << 4.0/3.03.14rrr;//Π取3.14,根据公式求出体积,一定要fixed << setprecision(2),设定保留位数。 return 0; }

    • 1

    信息

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