code[vs]1004四子连棋(迭代深度优先搜索)

/* 做者:桦清_L 题目:p1004 四子连棋 */ #include <iostream> #include <cstring> #include <string> #include <cstdio> #include <algorithm> #include <stack> #include <math.h> using namespace std; #define inf 100000
相关文章
相关标签/搜索