Run ID:131526
提交时间:2025-09-27 14:51:18
#include<bits/stdc++.h> using namespace std; int main(){ double c,f; cin>>c; f=c*9/5.0+32; cout<<f<<endl; return 0;}