int main(){unsigned int a = 6;int b = -3;(a+b > 6) ? puts("> 6") :puts("<= 6");return 0;}
Standard input is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!