Run ID:91329

提交时间:2024-09-21 15:41:34

#include<iostream> using namespace std; int main(){ double c; cin>>c; cout<<c*9/5+32; return 0; }