fork download
  1. #include<stdio.h>
  2. main()
  3. {
  4. int count[100][10];
  5. *(count[0] + (44*10)+8)=99;
  6. printf("%d",count[44][8]);
  7. }
  8.  
Runtime error #stdin #stdout 0s 2008KB
stdin
Standard input is empty
stdout
99