提交时间:2024-03-23 12:30:50

运行 ID: 43843

#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; }