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