0242-ternary.c (95B)
1 int but, aclick; 2 3 int 4 main(void) 5 { 6 if (aclick == 1 && but) 7 (but == 1) ? 0 : 1; 8 return 0; 9 }