int main(void) { int a = 1; int b = 2; int c = 0; if ( a == 0 && b == 0) return(c); else return(c-1); }