1. 首页
  2. 存储
  3. Veritas
  4. 蛇吞苹果程序

蛇吞苹果程序

上传者: 2020-11-28 11:20:37上传 CPP文件 2.41KB 热度 15次
#include #include #include #include #include #define N 21 void gotoxy(int x,int y)//位置函数 {COORD pos; pos.X=2*x; pos.Y=y; SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE),pos); } void color(int a)//颜色函数 { SetConsoleTextAttribute(GetStdHandle(
用户评论