Run ID:125516
提交时间:2025-07-14 17:31:09
#include<bits/stdc++.h> using namespace std; int main() { char A; cin>>A; A=A+32; cout<<A; return 0; }