Run ID:89122
提交时间:2024-08-22 15:06:20
#include<iostream> using namespace std; int main(){ char a; cin>>a; cout<<int(a)<<endl; }