Run ID:91332

提交时间:2024-09-21 15:47:00

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