Run ID:91324

提交时间:2024-09-21 15:35:24

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