Run ID:91756
提交时间:2024-09-22 14:34:40
#include<iostream> using namespace std; int main(){ char a; cin>>a; cout<<int(a)<<endl; }