fork download
  1. #include <stdio.h>
  2.  
  3. #define TE$T 8
  4.  
  5. int main(void) {
  6. // your code goes here
  7. int A[] = {1,3,5,7,9, TE$T,2,4,6};
  8.  
  9. printf("%d\n", *(A+A[1]-*A));
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 2156KB
stdin
Standard input is empty
stdout
5