Run ID:89088

提交时间:2024-08-22 14:44:57

#include<iostream> using namespace std; int main(){ char a='A'; cin>>a; cout<<int(a); return 0; }