Run ID:92421
提交时间:2024-10-04 09:58:11
#include<iostream> using namespace std; int main(){ char a; cin>>a; a=a+32; cout<<a<<endl; return 0; }