这个程序为什么运行时输出1个数就停止工作了?
#include<stdio.h>main()
{
int a[10];
int i,j,n,temp;
printf("input:");
scanf("%d",&a[i]);
for(i=0;i<10;i++)
{
for(j=0;j<n-i;j++)
{
if(a[j]>a[j+1])
a[j]=temp;
else
temp=a[j];
a[j]=a[j+1];
a[j+1]=temp;
}
}
printf("%d\n",a[i]);
return a[i];
}