Run ID:3623
提交时间:2024-06-21 23:30:51
# include<iostream> using namespace std; int main(){ char c; cin>>c; c-(65*2)-33; cout<<c-32<<endl; return 0; }