Run ID:90653

提交时间:2024-09-16 11:43:20

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