提交时间:2024-01-22 17:01:23
运行 ID: 122961
#include<bits/stdc++> using namespace std; int main() { int n; cin>>n; cout<<fixed<<setprecision(2)<<5*(n-32)/9.0; }