Run ID:4837
提交时间:2024-09-21 20:31:56
# include<iostream> using namespace std; int main(){ char ch; cin>>ch; ch=ch+32; cout<<ch<<endl; return 0; }