Run ID:92422

提交时间:2024-10-04 10:00:31

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