Run ID:88661

提交时间:2024-08-19 17:51:46

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