fork download
  1. #include<stdio.h>
  2.  
  3. int main()
  4. {
  5. int a[5];
  6. scanf("%d",a[5]);
  7.  
  8. printf("%d",a[5]);
  9.  
  10. return 0;
  11. }
Success #stdin #stdout 0s 4568KB
stdin
Standard input is empty
stdout
Standard output is empty