Run ID:91255
提交时间:2024-09-21 14:46:23
#include<iostream> using namespace std; int main(){ char a; a ='A'; cout<<int(a)<<endl; }