显示未定义标识符“temp” 想问一下什么原因
/01d bubblesort(struct hero array[l, int len)
for (inti=0;i<len-1;i++)
for(intj=;j<len-i-1;j++)
if(array[j].age>array[j+ 1].age)
structhero temp =array[j];
array[j]=array[j+1]
array[j+1]= temp;