0_0_13005993_23363.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_13005993_23363.cpp:8: error: expected constructor, destructor, or type conversion before '<' token
0_0_13005993_23363.cpp:8: error: expected `,' or `;' before '<' token
0_0_13005993_23363.cpp: In function `void dfs(int, int, int, int)':
0_0_13005993_23363.cpp:23: error: `E' undeclared (first use this function)
0_0_13005993_23363.cpp:23: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_13005993_23363.cpp:26: error: `C' undeclared (first use this function)
0_0_13005993_23363.cpp: In function `int main()':
0_0_13005993_23363.cpp:59: error: `scanf' undeclared (first use this function)
0_0_13005993_23363.cpp:66: error: `E' undeclared (first use this function)
0_0_13005993_23363.cpp:67: error: `C' undeclared (first use this function)
0_0_13005993_23363.cpp:80: error: `swap' undeclared (first use this function)
0_0_13005993_23363.cpp:81: error: `log' undeclared (first use this function)
0_0_13005993_23363.cpp:88: error: `printf' undeclared (first use this function)
|