Run ID:91269
提交时间:2024-09-21 14:54:34
#include<iostream> using namespace std; int main(){ char a; cin>>'A'; cout<<int(a); }