Run ID:94281
提交时间:2024-10-20 10:59:11
#include<bits/stdc++.h> using namespace std; int main(){ char t; cin>>t; t+=32; cout<<t; return 0; }