Run ID:4914
提交时间:2024-10-05 19:19:13
#include<iostream> using namespace std; int main(){ int a; a= 97; char b='!'; cout<<(int)b<<endl; return 0; }