0_0_8108688_6070.cpp: In function `int dp(int, int, int*, int*)':
0_0_8108688_6070.cpp:13: error: name lookup of `i' changed for new ISO `for' scoping
0_0_8108688_6070.cpp:9: error: using obsolete binding at `i'
0_0_8108688_6070.cpp:14: error: name lookup of `j' changed for new ISO `for' scoping
0_0_8108688_6070.cpp:11: error: using obsolete binding at `j'
0_0_8108688_6070.cpp:18: error: `__max' undeclared (first use this function)
0_0_8108688_6070.cpp:18: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8108688_6070.cpp: In function `int main()':
0_0_8108688_6070.cpp:31: error: name lookup of `i' changed for new ISO `for' scoping
0_0_8108688_6070.cpp:29: error: using obsolete binding at `i'
|