Run ID:98098
提交时间:2024-11-17 12:34:00
#include<iostream> using namespace std; int main() { double c,f; cin>>c; f=c*9/5+32; cout<<f<<endl; return 0; }