打卡4

#include<iostream>
using namespace std;
int main()
{
int a=10;
cout<<a<<endl;
cout<<!a<<endl;
cout<<!!a<<endl;
system("pause");
return 0;
}

posted @ 2023-04-23 22:11  大虚胖子  阅读(10)  评论(0编辑  收藏  举报