0_0_10927771_23396.cpp: In constructor `node::node(char*)':
0_0_10927771_23396.cpp:13: error: `coloe' undeclared (first use this function)
0_0_10927771_23396.cpp:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10927771_23396.cpp: At global scope:
0_0_10927771_23396.cpp:16: error: no matching function for call to `node::node()'
0_0_10927771_23396.cpp:5: note: candidates are: node::node(const node&)
0_0_10927771_23396.cpp:7: note: node::node(char*)
0_0_10927771_23396.cpp: In function `bool judge()':
0_0_10927771_23396.cpp:18: error: `i' undeclared (first use this function)
0_0_10927771_23396.cpp:19: error: `p' undeclared (first use this function)
0_0_10927771_23396.cpp:20: error: `flag' undeclared (first use this function)
0_0_10927771_23396.cpp:21: error: `a' undeclared (first use this function)
0_0_10927771_23396.cpp:21: error: `dfs1' undeclared (first use this function)
0_0_10927771_23396.cpp:26: error: `dfs2' undeclared (first use this function)
0_0_10927771_23396.cpp: In function `void dfs(int, int, int, int, int)':
0_0_10927771_23396.cpp:34: error: `flag' undeclared (first use this function)
0_0_10927771_23396.cpp:37: error: `p' undeclared (first use this function)
0_0_10927771_23396.cpp:37: error: `i' undeclared (first use this function)
0_0_10927771_23396.cpp:38: error: `v' undeclared (first use this function)
0_0_10927771_23396.cpp:42: error: `a' undeclared (first use this function)
0_0_10927771_23396.cpp:48: error: `index' undeclared (first use this function)
0_0_10927771_23396.cpp:50: error: `vis' undeclared (first use this function)
0_0_10927771_23396.cpp: In function `int main()':
0_0_10927771_23396.cpp:155: error: `T' undeclared (first use this function)
0_0_10927771_23396.cpp:157: error: `i' undeclared (first use this function)
0_0_10927771_23396.cpp:158: error: `str' undeclared (first use this function)
0_0_10927771_23396.cpp:160: error: `a' undeclared (first use this function)
0_0_10927771_23396.cpp:160: error: `p' undeclared (first use this function)
0_0_10927771_23396.cpp:167: error: `j' undeclared (first use this function)
0_0_10927771_23396.cpp:168: error: expected primary-expression before '[' token
0_0_10927771_23396.cpp:169: error: expected primary-expression before '[' token
0_0_10927771_23396.cpp:170: error: `cmp' undeclared (first use this function)
|