1 条题解

  • 0
    #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
    标签
    (无)
    递交数
    210
    已通过
    122
    上传者