Run ID:4916
提交时间:2024-10-05 19:30:36
#include<iostream> using namespace std; int main(){ char a; cin>>a; cout<<(int)a<<endl; return 0; }