0_0_16394634_28312.cpp: In function 'int bfs()':
0_0_16394634_28312.cpp:16:5: error: 'queueq' was not declared in this scope
queueq;
^
0_0_16394634_28312.cpp:24:5: error: 'q' was not declared in this scope
q.push(cur);
^
0_0_16394634_28312.cpp:32:9: error: expected ';' before '{' token
{
^
0_0_16394634_28312.cpp:32:9: error: expected primary-expression before '{' token
0_0_16394634_28312.cpp:32:9: error: expected ')' before '{' token
0_0_16394634_28312.cpp:35:22: error: 'struct node' has no member named 'xn'
if (Next.xn || Next.ym) continue;
^
0_0_16394634_28312.cpp:35:33: error: 'struct node' has no member named 'ym'
if (Next.xn || Next.ym) continue;
^
0_0_16394634_28312.cpp:38:17: error: 'w0' was not declared in this scope
if (w0 && ((cur.key&w)!=w) ) continue;
^
0_0_16394634_28312.cpp: In function 'int main()':
0_0_16394634_28312.cpp:58:9: error: expected ';' before '{' token
{
^
0_0_16394634_28312.cpp:58:9: error: expected primary-expression before '{' token
0_0_16394634_28312.cpp:58:9: error: expected ')' before '{' token
0_0_16394634_28312.cpp:66:9: error: expected ';' before '{' token
{
^
0_0_16394634_28312.cpp:66:9: error: expected primary-expression before '{' token
0_0_16394634_28312.cpp:66:9: error: expected ')' before '{' token
|