Run ID:118013
提交时间:2025-04-21 21:26:12
#include<bits/stdc++.h> using namespace std; int main() { double C,F; cin>>F; C=32+F*1.8; cout<<C; }