Run ID:105646

提交时间:2025-01-14 10:57:57

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