win32和DFS(目前不能限制拐弯数为2)实现假的连连看

#include<windows.h> #include<iostream> #include<cstdlib> #include<ctime> #include"resource.h" #include <tchar.h> #include<stack> using namespace std; struct point//点的结构体 { point(int x, int y) :x(x), y
相关文章
相关标签/搜索