Run ID:91279
提交时间:2024-09-21 14:59:03
#include<iostream> using namespace std; int main(){ char a; cin>>a; cout<<int(a)<<endl; }