#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <cstdlib>
int main()
{
printf("欢迎使用贪吃蛇游戏\n");
printf("空格开始游戏\n");
printf("w a s d 控制蛇方向\n");
systen("help");
return 0;
}
是system函数,不是systen!!!!是m不是n!
且system函数使用的头文件是stdlib.h