3 条题解

  • -2
    @ 2024-2-1 21:32:22

    #include<bits/stdc++.h> using namespace std; int main() { double f,c; cin>>c; f=9.0/5*c+32; cout<<fixed<<setprecision(2)<<f<<endl; return 0; }

    信息

    ID
    21
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    (无)
    递交数
    252
    已通过
    167
    上传者