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