8 条题解

  • -3
    @ 2023-12-24 17:10:57

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

    信息

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