Run ID:91282

提交时间:2024-09-21 15:00:26

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