0_0_32248958_13896.cpp:1:2: error: stray '#' in program
q#include <bits/stdc++.h>
^
0_0_32248958_13896.cpp:1:1: error: 'q' does not name a type
q#include <bits/stdc++.h>
^
0_0_32248958_13896.cpp: In function 'int bfs(Node)':
0_0_32248958_13896.cpp:20:2: error: 'queue' was not declared in this scope
queue<Node>q;
^
0_0_32248958_13896.cpp:20:12: error: expected primary-expression before '>' token
queue<Node>q;
^
0_0_32248958_13896.cpp:20:13: error: 'q' was not declared in this scope
queue<Node>q;
^
|