Run ID:150454
提交时间:2026-03-28 11:29:47
#include<iostream> using namespace std; int main(){ char a; cin>>a; cout<<int(a)<<endl; return 0; }