Run ID:95364
提交时间:2024-10-27 12:23:09
#include<iostream> using namespace std; int main(){ char a; cout<<(int)(a)<<endl; return 0; }