0_0_10452680_19860.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_10452680_19860.cpp:7: error: expected constructor, destructor, or type conversion before '<' token
0_0_10452680_19860.cpp:7: error: expected `,' or `;' before '<' token
0_0_10452680_19860.cpp:8: error: expected constructor, destructor, or type conversion before '<' token
0_0_10452680_19860.cpp:8: error: expected `,' or `;' before '<' token
0_0_10452680_19860.cpp: In function `bool ispossible()':
0_0_10452680_19860.cpp:11: error: `cc' undeclared (first use this function)
0_0_10452680_19860.cpp:11: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10452680_19860.cpp: In function `void dfs(int)':
0_0_10452680_19860.cpp:22: error: `cc' undeclared (first use this function)
0_0_10452680_19860.cpp:23: error: `adj' undeclared (first use this function)
0_0_10452680_19860.cpp: In function `int main()':
0_0_10452680_19860.cpp:29: error: `scanf' undeclared (first use this function)
0_0_10452680_19860.cpp:29: error: `EOF' undeclared (first use this function)
0_0_10452680_19860.cpp:30: error: `adj' undeclared (first use this function)
0_0_10452680_19860.cpp:41: error: `cc' undeclared (first use this function)
0_0_10452680_19860.cpp:41: error: `vector' undeclared (first use this function)
0_0_10452680_19860.cpp:41: error: expected primary-expression before "int"
0_0_10452680_19860.cpp:44: error: `printf' undeclared (first use this function)
|