8 条题解

  • 0
    @ 2024-11-6 13:43:59

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

    信息

    ID
    13
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    185
    已通过
    127
    上传者