Run ID:2251
提交时间:2023-12-23 15:08:41
#include<iostream> using namespace std; int main(){ char a; cin>>a; a=a+32; cout<<a<<endl; return 0; }