2 条题解

  • -3
    @ 2025-8-5 11:36:03

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

    typedef long long ll; typedef double dd;

    const auto pi=3.14;

    int main() { int r; cin>>r; auto ans=4.0/3pirrr; printf("%.5lf",ans);

    }

    信息

    ID
    4477
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    (无)
    递交数
    224
    已通过
    124
    上传者