Run ID:89081

提交时间:2024-08-22 14:42:04

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