提交时间:2024-01-22 17:01:41

运行 ID: 122965

#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<fixed<<setprecision(2)<<5*(n-32)/9.0; }