0_0_9218788_4944.cpp: In function `void init()':
0_0_9218788_4944.cpp:16: error: `memset' undeclared (first use this function)
0_0_9218788_4944.cpp:16: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_9218788_4944.cpp: At global scope:
0_0_9218788_4944.cpp:28: error: `stack' does not name a type
0_0_9218788_4944.cpp: In function `void dfs(int)':
0_0_9218788_4944.cpp:32: error: `st' undeclared (first use this function)
0_0_9218788_4944.cpp:38: error: `min' undeclared (first use this function)
0_0_9218788_4944.cpp: In function `void tarjan(int)':
0_0_9218788_4944.cpp:58: error: `memset' undeclared (first use this function)
0_0_9218788_4944.cpp:64: error: `st' undeclared (first use this function)
0_0_9218788_4944.cpp: In function `int main()':
0_0_9218788_4944.cpp:109: error: `scanf' undeclared (first use this function)
0_0_9218788_4944.cpp:109: error: `EOF' undeclared (first use this function)
0_0_9218788_4944.cpp:110: error: `memset' undeclared (first use this function)
0_0_9218788_4944.cpp:119: error: `puts' undeclared (first use this function)
|