Run ID:91308
提交时间:2024-09-21 15:23:49
#include<iostream> using namespace std; int main(){ double c; cin>>c; cout<<c*9/5+32; return 0; }