Run ID:5039
提交时间:2024-10-27 14:27:41
#include<iostream> using namespace std; int main(){ char c; cin>>c; cout<<int(c); return 0; }