#include <stdio.h> main() { int a=-1,b=1; if((++a<0)&&!(b--<=0)) printf("%d%d",a,b); else printf("b=%d,a=%d",b,a); } a=o,b=1?