0_0_10573862_23671.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_10573862_23671.cpp: In function `int main()':
0_0_10573862_23671.cpp:19: error: `scanf' undeclared (first use this function)
0_0_10573862_23671.cpp:19: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10573862_23671.cpp:21: error: `getchar' undeclared (first use this function)
0_0_10573862_23671.cpp:34: error: `printf' undeclared (first use this function)
0_0_10573862_23671.cpp: In function `int bfs()':
0_0_10573862_23671.cpp:54: error: `queue' undeclared (first use this function)
0_0_10573862_23671.cpp:54: error: expected primary-expression before '>' token
0_0_10573862_23671.cpp:54: error: `q' undeclared (first use this function)
|