Run ID:125773

提交时间:2025-07-15 15:07:30

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