月度归档: 2023 年 10 月

1 篇文章

贪吃蛇
#include<iostream> #include<conio.h> #include<thread> using namespace std; using namespace std::literals; int map[20][20], snake[1000][3], pts, length, fx; a…