0_0_11102954_1626.cpp:2: error: `N' was not declared in this scope
0_0_11102954_1626.cpp:2: error: `N' was not declared in this scope
0_0_11102954_1626.cpp:2: error: `N' was not declared in this scope
0_0_11102954_1626.cpp:2: error: `N' was not declared in this scope
0_0_11102954_1626.cpp:4: error: `N' was not declared in this scope
0_0_11102954_1626.cpp: In function `void Gauss()':
0_0_11102954_1626.cpp:20: error: `a' undeclared (first use this function)
0_0_11102954_1626.cpp:20: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11102954_1626.cpp:21: error: `swap' undeclared (first use this function)
0_0_11102954_1626.cpp:28: error: `FOR0' undeclared (first use this function)
0_0_11102954_1626.cpp:28: error: expected `;' before "ans"
0_0_11102954_1626.cpp:29: error: `ans' undeclared (first use this function)
0_0_11102954_1626.cpp:29: error: `printf' undeclared (first use this function)
0_0_11102954_1626.cpp: In function `int BFS()':
0_0_11102954_1626.cpp:34: error: `queue' undeclared (first use this function)
0_0_11102954_1626.cpp:34: error: expected primary-expression before "int"
0_0_11102954_1626.cpp:34: error: expected `;' before "int"
0_0_11102954_1626.cpp:35: error: `Q' undeclared (first use this function)
0_0_11102954_1626.cpp:35: error: `visit' undeclared (first use this function)
0_0_11102954_1626.cpp:35: error: `clr' undeclared (first use this function)
0_0_11102954_1626.cpp:44: error: `p' undeclared (first use this function)
0_0_11102954_1626.cpp: In function `void build()':
0_0_11102954_1626.cpp:52: error: `a' undeclared (first use this function)
0_0_11102954_1626.cpp:52: error: `clr' undeclared (first use this function)
0_0_11102954_1626.cpp:54: error: `FOR0' undeclared (first use this function)
0_0_11102954_1626.cpp:55: error: expected `;' before '{' token
0_0_11102954_1626.cpp: In function `int main()':
0_0_11102954_1626.cpp:69: error: `rush' undeclared (first use this function)
0_0_11102954_1626.cpp:70: error: expected `;' before '{' token
|