Run ID:4923

提交时间:2024-10-05 20:24:45

#include<iostream> using namespace std; int main(){ char a; cin>>a; cout<<(int)a<<endl; return 0; }