Run ID:1841

提交时间:2023-11-12 10:11:42

# include<iostream> using namespace std; int main(){ float c,f; cin>>c; f=c*9/5+32; cout<<f<<endl; return 0; }