Run ID:99511

提交时间:2024-11-29 23:48:37

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