Run ID:78238

提交时间:2024-06-16 18:20:36

# include<iostream> using namespace std; int main(){ char a; cin>>a; a=a+32; cout<<a<<endl; return 0; }