Run ID:90636

提交时间:2024-09-16 11:31:45

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