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