Run ID:95055
提交时间:2024-10-26 17:23:13
#include<iostream> using namespace std; int main(){ char a; cin>>a; cout<<(int)a<<endl; }