Run ID:96820

提交时间:2024-11-09 16:21:45

#include<bits/stdc++.h> using namespace std; int main() { double f; cin>>f; printf("%.4f",(f-32)+5/9); return 0; }