调用的代码看一下呢
keyctol和enemy_move这两个函数有没有在main函数上面声明?就是在main函数上面加两句:void keyctol(int speed);void enemy_move(int speed);
再就是看看这两个函数有没有重载?就是函数名一样但是参数不一样的情况?