Run ID:95054
提交时间:2024-10-26 17:23:10
#include <iostream> using namespace std; int main(){ char a; cin>>a; cout<<(int)a<<endl; }