第23129题
判断「给定的C++代码段因整数10与布尔a类型不同不能直接相加会报错」的说法是否正确
bool a = true;
cout << (10 + a);
A

正确

B

错误