fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. if (0,2)
  5. printf("red");
  6. if (2,0)
  7. printf("red");
  8. return 0;
  9. }
Success #stdin #stdout 0.02s 1676KB
stdin
Standard input is empty
stdout
red