Run ID:132351

提交时间:2025-10-08 09:23:28

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