macrofish

LO

May 22nd, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. int a;
  6. int b;
  7. a=1;
  8. b=1;
  9. int z;
  10.  
  11. if(!(a && b)) z=0; else z=1;
  12.  
  13. cout << z << endl;
  14. return 0;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment