fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4.  
  5. {
  6. int x = -2;
  7. if (10 == 1)
  8. printf("Yes\n");
  9.  
  10. else
  11. printf("No\n");
  12. }
Success #stdin #stdout 0s 5520KB
stdin
Standard input is empty
stdout
No