Run ID:89093

提交时间:2024-08-22 14:49:26

#include<iostream> using namespace std; int main(){ int C; cin>>C; cout<<C×9/5+32; }