Run ID:150451

提交时间:2026-03-28 11:26:42

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