fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. { char c[] = "MCAGATE2025";
  5. char *p =c;
  6. printf("%s", p+p[7]-8[p]+2) ;
  7. return 0; }
  8.  
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
ATE2025