Run ID:91334
提交时间:2024-09-21 15:48:07
#include<iostream> using namespace std; int main(){ double c; cin>>c; cout<<c*9/5+32<<endl; }