Run ID:105963
提交时间:2025-01-15 10:27:48
#include<iostream> using namespace std; int main(){ float c,f; cin>>c; f=c*9/5+32; cout<<f<<endl; return 0; }