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