0_0_38096501_25722.cpp: In function 'void BFS(int, int)':
0_0_38096501_25722.cpp:6:5: error: 'queque' was not declared in this scope
queque<int>q;
^
0_0_38096501_25722.cpp:6:12: error: expected primary-expression before 'int'
queque<int>q;
^
0_0_38096501_25722.cpp:7:5: error: 'q' was not declared in this scope
q.push(s);
^
|