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