Run ID:99921

提交时间:2024-12-01 11:00:46

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