Run ID:95363

提交时间:2024-10-27 12:22:35

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