Run ID:101380

提交时间:2024-12-15 10:38:23

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