0_0_13038672_21337.cpp:1:9: #include expects "FILENAME" or <FILENAME>
0_0_13038672_21337.cpp:3:9: #include expects "FILENAME" or <FILENAME>
0_0_13038672_21337.cpp:5:9: #include expects "FILENAME" or <FILENAME>
0_0_13038672_21337.cpp:7:9: #include expects "FILENAME" or <FILENAME>
0_0_13038672_21337.cpp:9:9: #include expects "FILENAME" or <FILENAME>
0_0_13038672_21337.cpp: In function `void bfs_path()':
0_0_13038672_21337.cpp:77: error: `queueq' undeclared (first use this function)
0_0_13038672_21337.cpp:77: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_13038672_21337.cpp:80: error: `q' undeclared (first use this function)
0_0_13038672_21337.cpp: In function `int bfs2(int)':
0_0_13038672_21337.cpp:169: error: `queueq' undeclared (first use this function)
0_0_13038672_21337.cpp:172: error: `q' undeclared (first use this function)
0_0_13038672_21337.cpp: In function `int main()':
0_0_13038672_21337.cpp:258: error: `scanf' undeclared (first use this function)
0_0_13038672_21337.cpp:259: error: `EOF' undeclared (first use this function)
0_0_13038672_21337.cpp:280: error: missing terminating " character
0_0_13038672_21337.cpp:281: error: expected primary-expression before '%' token
0_0_13038672_21337.cpp:281: error: missing terminating " character
0_0_13038672_21337.cpp:285: error: `d' undeclared (first use this function)
0_0_13038672_21337.cpp:304: error: missing terminating " character
0_0_13038672_21337.cpp:305: error: expected primary-expression before '%' token
0_0_13038672_21337.cpp:305: error: missing terminating " character
0_0_13038672_21337.cpp:348: error: `cout' undeclared (first use this function)
0_0_13038672_21337.cpp:348: error: `endl' undeclared (first use this function)
0_0_13038672_21337.cpp:406: error: `memset' undeclared (first use this function)
|