Run ID:90638
提交时间:2024-09-16 11:32:23
# include<bits/stdc++.h> using namespace std; int main(){ double c,f; cin>>c; cout<<c*9/5+32; return 0; }