Run ID:157414

提交时间:2026-07-23 16:30:40

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