! 在编程中是什么意思
#include<iostream>usingnamespacestd;intmain(){boola=true;boolb=false;if(a){cout<<"a的值...
#include<iostream>
using namespace std;
int main()
{
bool a=true;
bool b=false;
if(a)
{
cout<<"a的值为:"<<a<<endl;
}
if(!b)
{
cout<<"b的值为:"<<b<<endl;
}
system("pause");
return 0;
}
第一个是a 第二个为什么是!p 求解。。。。。 展开
using namespace std;
int main()
{
bool a=true;
bool b=false;
if(a)
{
cout<<"a的值为:"<<a<<endl;
}
if(!b)
{
cout<<"b的值为:"<<b<<endl;
}
system("pause");
return 0;
}
第一个是a 第二个为什么是!p 求解。。。。。 展开
6个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询