Run ID:87545

提交时间:2024-08-10 16:09:50

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