#include<iostream> using namespace std; int main() { bool flag; flag=true; if(flag) cout<<false<<endl; return 0; }