0_0_11020856_22573.cpp:11: error: `N' was not declared in this scope
0_0_11020856_22573.cpp:12: error: `N' was not declared in this scope
0_0_11020856_22573.cpp:13: error: `N' was not declared in this scope
0_0_11020856_22573.cpp: In member function `void TwoSet::init(int)':
0_0_11020856_22573.cpp:16: error: `G' undeclared (first use this function)
0_0_11020856_22573.cpp:16: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11020856_22573.cpp:17: error: `mark' undeclared (first use this function)
0_0_11020856_22573.cpp: In member function `bool TwoSet::dfs(int)':
0_0_11020856_22573.cpp:20: error: `mark' undeclared (first use this function)
0_0_11020856_22573.cpp:23: error: `S' undeclared (first use this function)
0_0_11020856_22573.cpp:24: error: `G' undeclared (first use this function)
0_0_11020856_22573.cpp: In member function `void TwoSet::add_diff(int, int)':
0_0_11020856_22573.cpp:30: error: `G' undeclared (first use this function)
0_0_11020856_22573.cpp: In member function `bool TwoSet::solve()':
0_0_11020856_22573.cpp:35: error: `mark' undeclared (first use this function)
0_0_11020856_22573.cpp:38: error: `S' undeclared (first use this function)
|