#define N 10 #include<stdio.h> main() { int i; int a[N]; printf("开始?"); for(i=0;i<=N;i++) a[i]=0; printf("结束?"); }