Run ID:117556
提交时间:2025-04-19 11:55:17
#include<bits/stdc++.h> using namespace std; int main(){ int c,f; cin>>c; f=c*9/5+32; cout<<f; return 0; }