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