Run ID:4917

提交时间:2024-10-05 19:30:46

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