Run ID:104491
提交时间:2025-01-05 11:10:10
#include<iostream> using namespace std; int main(){ int a,b; cin>>a; b=a*9/5+32; cout<<b; return 0; }