Run ID:111570

提交时间:2025-03-02 16:11:28

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