提交时间:2024-09-21 18:21:38

运行 ID: 51416

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