Run ID:118011

提交时间:2025-04-21 21:21:34

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