Run ID:134481

提交时间:2025-10-27 17:16:12

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