Run ID:91980

提交时间:2024-09-27 19:07:49

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