Run ID:90637
提交时间:2024-09-16 11:31:57
#include<bits/stdc++.h> using namespace std; int main(){ double F,C; cin>>C; F=C*9/5+32; cout<<F; return 0; }