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

问题描述:

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

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