Run ID:99429

提交时间:2024-11-28 22:01:22

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