Run ID:94285

提交时间:2024-10-20 11:08:36

using namespace std; int main(){ char t; cin>>t; t=t+32; cout<<t; return 0; }