Run ID:91330
提交时间:2024-09-21 15:44:31
#include<iostream> using namespace std; int main(){ char b ; cin>>b; cout<<int(b)<<endl; }