0_0_35823488_999.cpp:5:1: error: 'usincolour' does not name a type
usincolour namespace std;
^
0_0_35823488_999.cpp: In function 'int bfs()':
0_0_35823488_999.cpp:19:5: error: 'queue' was not declared in this scope
queue<node>q;
^
0_0_35823488_999.cpp:19:5: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:64:0,
from 0_0_35823488_999.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:96:11: note: 'std::queue'
class queue
^
0_0_35823488_999.cpp:19:15: error: expected primary-expression before '>' token
queue<node>q;
^
0_0_35823488_999.cpp:19:16: error: 'q' was not declared in this scope
queue<node>q;
^
|