贪吃蛇 2023-10-20 21:37 | 965 | 0 | 乱玩 219 字 | 11 分钟 #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… 多线程