标签: 多线程

1 篇文章

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