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