0_0_9218793_3359.cpp:36: error: `stack' does not name a type
0_0_9218793_3359.cpp: In function `void dfs(int)':
0_0_9218793_3359.cpp:40: error: `st' undeclared (first use this function)
0_0_9218793_3359.cpp:40: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_9218793_3359.cpp: In function `void tarjan(int)':
0_0_9218793_3359.cpp:72: error: `st' undeclared (first use this function)
0_0_9218793_3359.cpp: In function `void add_clause(int)':
0_0_9218793_3359.cpp:95: error: `map' undeclared (first use this function)
0_0_9218793_3359.cpp: In function `int main()':
0_0_9218793_3359.cpp:118: error: `map' undeclared (first use this function)
|