Run ID:107513
提交时间:2025-01-18 09:30:12
#include<iostream> using namespace std; int main() { char a; cin>>a; cout<<(char)(a+32)<<endl; return 0; }