调用函数中参数太多?
void main() { char kkk(char[], char[]);//函数声明中,补上参数列表就可以了 char a[5][10] = { "look", "watch", "eat", "drink", "hear" }; //下面省略 }