为什么我用DEV C++表示void selection_sort(int n,int a[n])显示a[n]错误
void selection_sort(int n,int a[n])
改为
void selection_sort(int n,int a[])