25 条题解

  • 1
    @ 2026-3-28 13:53:47

    #include<bits/stdc++.h> using namespace std; int main() { double r,d,c,s; const double PI=3.14159; cin>>r; d=2r; c=2PIr; s=PIrr; d=round(d10000)/10000; c=round(c10000)/10000; s=round(s10000)/10000; printf("%.4f %.4f %.4f\n",d,c,s);

    return 0;
    

    }

    信息

    ID
    233
    时间
    1000ms
    内存
    64MiB
    难度
    7
    标签
    递交数
    415
    已通过
    102
    上传者