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
相關文章
相關標籤/搜索