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