0_0_13052836_30819.cpp:1:10: #include expects "FILENAME" or <FILENAME>
0_0_13052836_30819.cpp:2:10: #include expects "FILENAME" or <FILENAME>
0_0_13052836_30819.cpp:3:10: #include expects "FILENAME" or <FILENAME>
0_0_13052836_30819.cpp:4:10: #include expects "FILENAME" or <FILENAME>
0_0_13052836_30819.cpp:8: error: `pair' does not name a type
0_0_13052836_30819.cpp:14: error: `vector' does not name a type
0_0_13052836_30819.cpp: In function `void init()':
0_0_13052836_30819.cpp:22: error: `scanf' undeclared (first use this function)
0_0_13052836_30819.cpp:22: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_13052836_30819.cpp:25: error: `memset' undeclared (first use this function)
0_0_13052836_30819.cpp:27: error: `g' undeclared (first use this function)
0_0_13052836_30819.cpp:32: error: `make_pair' undeclared (first use this function)
0_0_13052836_30819.cpp: In function `void dfs(int, int)':
0_0_13052836_30819.cpp:40: error: `g' undeclared (first use this function)
0_0_13052836_30819.cpp: In function `int main()':
0_0_13052836_30819.cpp:59: error: `scanf' undeclared (first use this function)
0_0_13052836_30819.cpp:63: error: `printf' undeclared (first use this function)
|