# include <stdio.h> int main(void) { int a[10]={0}; int i; for (i=0; i<10; i++)越界了 printf("%d\n", a[i]); return 0; }