Run ID:3015
提交时间:2024-03-16 21:07:10
#include<iostream> using namespace std; int main(){ double c; cin>>c; cout<<c*9/5+32; return 0; }