2 条题解

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

    信息

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