1
1
已采纳
这一题你可能是题没看清
输出时需要换行
而不是输出空格
将
cout<<int(b)<<" "<<int(C);
改为
cout<<int(b)<<endl<<int(C);
即可AC了哦~~~~~
望采纳!!!

~~~~~~~~~~~~~~~~~~~~~~~
0
0
0
