Run ID:117555

提交时间:2025-04-19 11:54:54

#include<bits/stdc++.h> using namespace std; int main(){ int c,f; cin>>c; f=c*9/5+32 cout<<f; return 0; }