10 条题解

  • 0
    @ 2024-12-12 16:38:37

    #include<bits/stdc++.h> using namespace std; int main(){ double f,c; cin>>f; c = 5*(f-32)/9; printf("%.5lf",c); return 0; }

    信息

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