Run ID:1033

提交时间:2023-06-24 14:55:29

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