0_0_11592709_28076.cpp: In function `void bfs(int*, int*, int*, int*)':
0_0_11592709_28076.cpp:17: error: redeclaration of `int*a'
0_0_11592709_28076.cpp:17: error: `int*a' previously declared here
0_0_11592709_28076.cpp:17: error: redeclaration of `int*a'
0_0_11592709_28076.cpp:17: error: `int*a' previously declared here
0_0_11592709_28076.cpp:17: error: redeclaration of `int*a'
0_0_11592709_28076.cpp:17: error: `int*a' previously declared here
0_0_11592709_28076.cpp:39: error: `i' undeclared (first use this function)
0_0_11592709_28076.cpp:39: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11592709_28076.cpp:40: error: invalid types `int[int]' for array subscript
0_0_11592709_28076.cpp:42: error: invalid types `int[int]' for array subscript
0_0_11592709_28076.cpp:44: error: `push' undeclared (first use this function)
0_0_11592709_28076.cpp:54: error: invalid types `int[int]' for array subscript
0_0_11592709_28076.cpp:56: error: invalid types `int[int]' for array subscript
0_0_11592709_28076.cpp:66: error: invalid types `int[int]' for array subscript
0_0_11592709_28076.cpp:68: error: invalid types `int[int]' for array subscript
0_0_11592709_28076.cpp: In function `int main()':
0_0_11592709_28076.cpp:88: error: invalid conversion from `int' to `int*'
0_0_11592709_28076.cpp:88: error: initializing argument 1 of `void bfs(int*, int*, int*, int*)'
0_0_11592709_28076.cpp:88: error: invalid conversion from `int' to `int*'
0_0_11592709_28076.cpp:88: error: initializing argument 2 of `void bfs(int*, int*, int*, int*)'
0_0_11592709_28076.cpp:88: error: invalid conversion from `int' to `int*'
0_0_11592709_28076.cpp:88: error: initializing argument 3 of `void bfs(int*, int*, int*, int*)'
0_0_11592709_28076.cpp:88: error: invalid conversion from `int' to `int*'
0_0_11592709_28076.cpp:88: error: initializing argument 4 of `void bfs(int*, int*, int*, int*)'
|