逻辑表达式33-!0的值为多少,求过程谢谢

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/21 02:47:39

逻辑表达式33-!0的值为多少,求过程谢谢

#include
using namespace std;
main()
{
bool ret = 33-!0;
cout