Run ID:92349

提交时间:2024-09-29 20:28:12

#include<iostream> using namespace std; int main(){ char A; cin>>A; cout<<(char)(A+32); return 0; }