int a = 1;

int b = 2;

int c = 3;


cout << (c>a) && (a>c);


이게 왜 true가 나오는거임??