Run ID:89085
提交时间:2024-08-22 14:43:04
#include<iostream> using namespace std; int main(){ char a; cin>>a; cout<< int(a)<<endl; }