Run ID:99390

提交时间:2024-11-27 19:29:37

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