Run ID:105659
提交时间:2025-01-14 11:06:47
#include<iostream> using namespace std; int main(){ char a,b; cin>>b; b=a+32; cout<<a<<endl; return 0; }