Run ID:1034
提交时间:2023-06-24 14:57:51
#include<bits/stdc++.h> using namespace std; int main(){ double c,f; cin>>f; c=(f-32)/9*5; printf("%.4f",c) ; }