#include
void main()
{
int a[100],n,i,t;
printf("输入数字个数:n"); //此处缺少分号
scanf( "%d", &n );
for ( i=0; i