Run ID:88658

提交时间:2024-08-19 17:47:23

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