int a; int b; int c; read(a); read(b); read(c); write (a if b > 0 else c); write(a if b else c if b if c else 50 else -100);