8 条题解

  • 0
    @ 2025-6-17 19:33:01
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        double n;cin>>n;
        printf("%.5f",5*(n-32)/9);
        return 0;
    }
    

    信息

    ID
    4463
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    (无)
    递交数
    330
    已通过
    187
    上传者