Run ID:4915

提交时间:2024-10-05 19:19:26

#include<iostream> using namespace std; int main(){ int a; a= 97; char b='!'; cout<<(int)b<<endl; return 0; }