#include void main() { int a, b, c; a=3; b=4; c=5; printf("%d\n", ((a+b)>c) && (b==c)); //1 && 0 }