Run ID:89131
提交时间:2024-08-22 15:11:19
#include <iostream> using namespace std; int main(){ char a; cin>>a; cout<<int(a)<<endl; }