7 条题解

  • 0
    @ 2024-11-6 13:29:01

    #include<bits/stdc++.h> using namespace std; int main() { double r,c,s; const double pi=3.1415926; cin>>r; c=2pir; s=pirr; cout<<fixed<<setprecision(2)<<c<<" "<<s<<endl; return 0; }

    信息

    ID
    12
    时间
    1000ms
    内存
    256MiB
    难度
    6
    标签
    递交数
    390
    已通过
    131
    上传者