0_0_2521748_32209.cpp:106: error: expected constructor, destructor, or type conversion before '<' token
0_0_2521748_32209.cpp:106: error: expected `,' or `;' before '<' token
0_0_2521748_32209.cpp:111: error: redefinition of `int ans'
0_0_2521748_32209.cpp:4: error: `int ans' previously declared here
0_0_2521748_32209.cpp:112: error: conflicting declaration 'char num[100]'
0_0_2521748_32209.cpp:7: error: 'num' has a previous declaration as `bool num[10]'
0_0_2521748_32209.cpp:112: error: type mismatch with previous external decl of `char num[100]'
0_0_2521748_32209.cpp:7: error: previous external decl of `bool num[10]'
0_0_2521748_32209.cpp:112: error: declaration of `char num[100]'
0_0_2521748_32209.cpp:7: error: conflicts with previous declaration `bool num[10]'
0_0_2521748_32209.cpp: In function `int main()':
0_0_2521748_32209.cpp:122: error: redefinition of `int main()'
0_0_2521748_32209.cpp:54: error: `int main()' previously defined here
0_0_2521748_32209.cpp:131: error: `used' undeclared (first use this function)
0_0_2521748_32209.cpp:131: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_2521748_32209.cpp: In function `void dfs(int)':
0_0_2521748_32209.cpp:160: error: `used' undeclared (first use this function)
0_0_2521748_32209.cpp: In function `bool check()':
0_0_2521748_32209.cpp:175: error: cannot convert `bool*' to `const char*' for argument `2' to `char* strncpy(char*, const char*, size_t)'
0_0_2521748_32209.cpp:177: error: cannot convert `bool*' to `const char*' for argument `2' to `char* strncpy(char*, const char*, size_t)'
|