Run ID:103308
提交时间:2024-12-28 15:51:09
#include <iostream> using namespace std; int main() { char c1; cin>>c1; c1=c1+32; cout<<c1<<endl; return 0; }