fork download
  1. #include <stdio.h>
  2. int main(){
  3. char p='I',q='I',r='I';
  4. if((p!=q)||(p>r))
  5. printf("%c %c %c",p,q,r);
  6. else
  7. printf("%c %c %c",p+2,q-2,r-14);
  8. printf("%d", r-(p+q)+'A');
  9.  
  10. }
Success #stdin #stdout 0s 5276KB
stdin
Standard input is empty
stdout
K G ;-8