main(){
int a[N],*p; //定义一维数组和指针变量/ void input(a[N]); // /函数声明/ void sort(a[N]);}有错误提示:'input' : illegal use of type 'void'请问我应该如何修改