Run ID:94598
提交时间:2024-10-25 13:29:47
#include<iostream> using namespace std; int main(){ double t; cin>>t; cout<<t*9/5+32; return 0; }