Run ID:114617

提交时间:2025-03-22 18:24:43

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