- 博客(1)
- 收藏
- 关注
原创 2021-10-08
#include<stdio.h> #include<time.h> #include<windows.h> #include<stdlib.h> #define U 1 #define D 2 #define L 3 #define R 4 //蛇的状态,U:上 ;D:下;L:左 R:右 typedef struct SNAKE //蛇身的一个节点 { int x; int y; struct SNAKE *next;.
2021-10-08 21:00:19
106
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人