提交时间:2023-02-03 15:48:59

运行 ID: 7306

#include<bits/stdc++.h> using namespace std; int main(){ int f; cin>>f; cout<<fixed<<setprecision(5)<<5*(f-32)/9*1.0; return 0; }