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