Run ID:3627
提交时间:2024-06-21 23:34:03
# include<iostream> using namespace std; int main(){ char c; cin>>c; c=c+11; cout<<c<<endl; return 0; }