1 条题解

  • 2
    @ 2026-8-21 10:04:31
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        double f;
        cin>>f;
        cout<<fixed<<setprecision(5)<<5*(f-32)/9;
        return 0;
    }
    
    • 1

    信息

    ID
    596
    时间
    1000ms
    内存
    128MiB
    难度
    6
    标签
    递交数
    126
    已通过
    41
    上传者