Run ID:144195

提交时间:2026-01-20 14:27:31

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