Run ID:4604
提交时间:2024-08-23 14:55:51
#include<iostream> using namespace std; int main(){ char a; cin>>a; cout<<int(a)<<endl; return 0; }