提交时间:2024-03-23 12:28:44
运行 ID: 43842
#include<bits/stdc++.h> using namespace std; int main(){ int f,c; cin>>f; c=5*(f-32)/9; cout<<fixed<<setprecision(5)<<c; return 0; }