0_0_6944481_4272.cpp: In function `bool path(int)':
0_0_6944481_4272.cpp:12: error: `max' undeclared (first use this function)
0_0_6944481_4272.cpp:12: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6944481_4272.cpp:12: error: `min' undeclared (first use this function)
0_0_6944481_4272.cpp: In function `int main()':
0_0_6944481_4272.cpp:42: error: `max' undeclared (first use this function)
0_0_6944481_4272.cpp:43: error: `min' undeclared (first use this function)
|