Run ID:4600
提交时间:2024-08-23 14:35:00
#include<iostream> using namespace std; int main(){ float c ; cin>>c; cout<<c*9/5+32<<endl; return 0; }