Run ID:150463

提交时间:2026-03-28 12:01:51

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