0_0_6625659_22775.cpp:7: error: `N' was not declared in this scope
0_0_6625659_22775.cpp:7: error: `N' was not declared in this scope
0_0_6625659_22775.cpp:7: error: `N' was not declared in this scope
0_0_6625659_22775.cpp: In function `void initDP()':
0_0_6625659_22775.cpp:11: error: `dp' undeclared (first use this function)
0_0_6625659_22775.cpp:11: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6625659_22775.cpp:14: error: `N' undeclared (first use this function)
0_0_6625659_22775.cpp: At global scope:
0_0_6625659_22775.cpp:31: error: `N' was not declared in this scope
0_0_6625659_22775.cpp: In function `int countBits(int)':
0_0_6625659_22775.cpp:34: error: `cx' undeclared (first use this function)
0_0_6625659_22775.cpp: In function `int call(int)':
0_0_6625659_22775.cpp:47: error: `cx' undeclared (first use this function)
0_0_6625659_22775.cpp:47: error: `reverse' undeclared (first use this function)
0_0_6625659_22775.cpp:48: error: `accumulate' undeclared (first use this function)
0_0_6625659_22775.cpp:60: error: `dp' undeclared (first use this function)
|