0_0_7775834_14022.cpp:1:10: #include expects "FILENAME" or <FILENAME>
0_0_7775834_14022.cpp:2:10: #include expects "FILENAME" or <FILENAME>
0_0_7775834_14022.cpp:3:10: #include expects "FILENAME" or <FILENAME>
0_0_7775834_14022.cpp: In function `int bfs()':
0_0_7775834_14022.cpp:38: error: `memset' undeclared (first use this function)
0_0_7775834_14022.cpp:38: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_7775834_14022.cpp:48: error: expected primary-expression before '/' token
0_0_7775834_14022.cpp:48: error: `SPAN' undeclared (first use this function)
0_0_7775834_14022.cpp: In function `int dfs(int, int)':
0_0_7775834_14022.cpp:71: error: `min' undeclared (first use this function)
0_0_7775834_14022.cpp: In function `int main()':
0_0_7775834_14022.cpp:99: error: `scanf' undeclared (first use this function)
0_0_7775834_14022.cpp:99: error: `EOF' undeclared (first use this function)
0_0_7775834_14022.cpp:102: error: `memset' undeclared (first use this function)
0_0_7775834_14022.cpp:120: error: `strlen' undeclared (first use this function)
0_0_7775834_14022.cpp:121: error: expected primary-expression before '/' token
0_0_7775834_14022.cpp:121: error: `SPAN' undeclared (first use this function)
0_0_7775834_14022.cpp:137: error: expected primary-expression before '/' token
0_0_7775834_14022.cpp:145: error: `printf' undeclared (first use this function)
|