0_0_12374963_8432.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_12374963_8432.cpp:8: error: expected constructor, destructor, or type conversion before '<' token
0_0_12374963_8432.cpp:8: error: expected `,' or `;' before '<' token
0_0_12374963_8432.cpp: In function `void dfs(int, int)':
0_0_12374963_8432.cpp:21: error: `vector' undeclared (first use this function)
0_0_12374963_8432.cpp:21: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12374963_8432.cpp:21: error: expected primary-expression before "int"
0_0_12374963_8432.cpp:21: error: expected `;' before "int"
0_0_12374963_8432.cpp:24: error: expected primary-expression before "int"
0_0_12374963_8432.cpp:24: error: expected `;' before "int"
0_0_12374963_8432.cpp:24: error: `it' undeclared (first use this function)
0_0_12374963_8432.cpp:24: error: `edges' undeclared (first use this function)
0_0_12374963_8432.cpp:26: error: `seq' undeclared (first use this function)
0_0_12374963_8432.cpp: In function `int main()':
0_0_12374963_8432.cpp:87: error: `scanf' undeclared (first use this function)
0_0_12374963_8432.cpp:90: error: `printf' undeclared (first use this function)
0_0_12374963_8432.cpp:93: error: `edges' undeclared (first use this function)
0_0_12374963_8432.cpp:105: error: `memset' undeclared (first use this function)
|