Run ID:93453

提交时间:2024-10-16 15:17:09

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