Run ID:91273

提交时间:2024-09-21 14:55:41

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