fork(124) download
  1. int main(){
  2. unsigned int a = 6;
  3. int b = -3;
  4. (a+b > 6) ? puts("> 6") :puts("<= 6");
  5. return 0;
  6. }
  7.  
Runtime error #stdin #stdout 0.02s 7504KB
stdin
Standard input is empty
stdout