Run ID:144192

提交时间:2026-01-20 14:13:18

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