0_0_12836424_7287.cpp:8: error: expected constructor, destructor, or type conversion before '<' token
0_0_12836424_7287.cpp:8: error: expected `,' or `;' before '<' token
0_0_12836424_7287.cpp: In function `void dfs(int, int)':
0_0_12836424_7287.cpp:12: error: `v' undeclared (first use this function)
0_0_12836424_7287.cpp:12: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_12836424_7287.cpp:29: error: `min' undeclared (first use this function)
0_0_12836424_7287.cpp:29: error: `max' undeclared (first use this function)
0_0_12836424_7287.cpp: In function `int main()':
0_0_12836424_7287.cpp:41: error: `scanf' undeclared (first use this function)
0_0_12836424_7287.cpp:45: error: `v' undeclared (first use this function)
0_0_12836424_7287.cpp:46: error: `memset' undeclared (first use this function)
0_0_12836424_7287.cpp:62: error: `max' undeclared (first use this function)
0_0_12836424_7287.cpp:70: error: `printf' undeclared (first use this function)
|