Run ID:94467
提交时间:2024-10-21 17:47:05
#include<iostream> using namespace std; int main() { char a,b,c,d; cin>>a; cout<<int(a); return 0; }