0_0_8134437_23599.cpp:9: error: `N' was not declared in this scope
0_0_8134437_23599.cpp:10: error: `N' was not declared in this scope
0_0_8134437_23599.cpp:10: error: `N' was not declared in this scope
0_0_8134437_23599.cpp:10: error: `N' was not declared in this scope
0_0_8134437_23599.cpp:10: error: `N' was not declared in this scope
0_0_8134437_23599.cpp:10: error: `N' was not declared in this scope
0_0_8134437_23599.cpp: In function `void addedge(int, int, int)':
0_0_8134437_23599.cpp:12: error: `E' undeclared (first use this function)
0_0_8134437_23599.cpp:12: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8134437_23599.cpp:12: error: `head' undeclared (first use this function)
0_0_8134437_23599.cpp: In function `void dfs(int, int)':
0_0_8134437_23599.cpp:15: error: `F' undeclared (first use this function)
0_0_8134437_23599.cpp:15: error: `L' undeclared (first use this function)
0_0_8134437_23599.cpp:15: error: `ind' undeclared (first use this function)
0_0_8134437_23599.cpp:16: error: `head' undeclared (first use this function)
0_0_8134437_23599.cpp:16: error: `E' undeclared (first use this function)
0_0_8134437_23599.cpp:18: error: `dis' undeclared (first use this function)
0_0_8134437_23599.cpp: In function `int lca(int, int, int*, int (*)[20])':
0_0_8134437_23599.cpp:24: error: `F' undeclared (first use this function)
0_0_8134437_23599.cpp:24: error: `swap' undeclared (first use this function)
0_0_8134437_23599.cpp:25: error: `ind' undeclared (first use this function)
0_0_8134437_23599.cpp:25: error: `RMQ' undeclared (first use this function)
0_0_8134437_23599.cpp: In function `void initdfs(int)':
0_0_8134437_23599.cpp:28: error: `F' undeclared (first use this function)
0_0_8134437_23599.cpp:28: error: `memset' undeclared (first use this function)
|