8 条题解

  • -1
    @ 2024-2-21 9:39:46
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        double c,f;
        cin>>f;
        c=5*(f-32)/9;
        printf("%.5f\n",c);
        return 0; 
    }
    

    信息

    ID
    63
    时间
    1000ms
    内存
    128MiB
    难度
    2
    标签
    (无)
    递交数
    508
    已通过
    308
    上传者