0_0_6405737_27496.cpp: In function `void initial()':
0_0_6405737_27496.cpp:10: error: `max' undeclared (first use this function)
0_0_6405737_27496.cpp:10: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6405737_27496.cpp: In function `void dfs1(int)':
0_0_6405737_27496.cpp:22: error: `max' undeclared (first use this function)
0_0_6405737_27496.cpp: In function `void dfs2(int)':
0_0_6405737_27496.cpp:48: error: `max' undeclared (first use this function)
0_0_6405737_27496.cpp: In function `int main()':
0_0_6405737_27496.cpp:89: error: `max' undeclared (first use this function)
|