fork download
  1. #include <stdio.h>
  2. main (){
  3. int a,b;
  4. scanf("%d%d", a, b);
  5. if (a>b)
  6. printf("Yes");
  7. else
  8. printf("No");
  9. }
Success #stdin #stdout 0s 2164KB
stdin
Standard input is empty
stdout
No