0_0_7027849_20737.cpp: In function `void bfs()':
0_0_7027849_20737.cpp:39: error: 'struct POINT' has no member named 'x'
0_0_7027849_20737.cpp:39: error: `si' undeclared (first use this function)
0_0_7027849_20737.cpp:39: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_7027849_20737.cpp:39: error: 'struct POINT' has no member named 'y'
0_0_7027849_20737.cpp:39: error: `sj' undeclared (first use this function)
0_0_7027849_20737.cpp:52: error: `w' undeclared (first use this function)
0_0_7027849_20737.cpp:53: error: `cntY' undeclared (first use this function)
0_0_7027849_20737.cpp:53: error: `cntX' undeclared (first use this function)
0_0_7027849_20737.cpp:59: error: 'struct POINT' has no member named 'w'
0_0_7027849_20737.cpp:61: error: expected `]' before ')' token
0_0_7027849_20737.cpp:65: error: 'struct POINT' has no member named 'w'
0_0_7027849_20737.cpp: In function `int main()':
0_0_7027849_20737.cpp:88: error: `cntX' undeclared (first use this function)
0_0_7027849_20737.cpp:88: error: `cntY' undeclared (first use this function)
0_0_7027849_20737.cpp:99: error: expected `}' at end of input
0_0_7027849_20737.cpp:99: error: expected `}' at end of input
|