第23229题 判断题
判断以下C++代码运行后是否输出97
char a='A';
a=a+32;
cout<<(int)a<<endl;
A

正确

B

错误

程序运行统计
暂无判题统计