B2013 70分求解!
查看原帖
B2013 70分求解!
542205
smart_楼主2023/6/9 23:24

代码如下:

#include<bits/stdc++.h>
using namespace std;
int main(){
    int f;
    double c;
    cin>>f;
    c=5*(f- 32.0)/9;
    cout<<fixed<<setprecision(5)<<c<<endl;
    return 0;
}
2023/6/9 23:24
加载中...