提交时间:2021-06-23 18:46:56

运行 ID: 20948

#include<bits/stdc++.h> using namespace std; int main(){ char a,b; cin>>a; b=a+32; cout<<b; return 0; }