0_0_7687202_23520.cpp:2: error: `N' was not declared in this scope
0_0_7687202_23520.cpp:2: error: `N' was not declared in this scope
0_0_7687202_23520.cpp:2: error: `N' was not declared in this scope
0_0_7687202_23520.cpp: In function `void initDP()':
0_0_7687202_23520.cpp:6: error: `dp' undeclared (first use this function)
0_0_7687202_23520.cpp:6: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_7687202_23520.cpp:6: error: `memset' undeclared (first use this function)
0_0_7687202_23520.cpp:9: error: `N' undeclared (first use this function)
0_0_7687202_23520.cpp: At global scope:
0_0_7687202_23520.cpp:26: error: `N' was not declared in this scope
0_0_7687202_23520.cpp: In function `int countBits(int)':
0_0_7687202_23520.cpp:29: error: `cx' undeclared (first use this function)
0_0_7687202_23520.cpp:29: error: `memset' undeclared (first use this function)
0_0_7687202_23520.cpp: In function `int call(int)':
0_0_7687202_23520.cpp:42: error: `cx' undeclared (first use this function)
0_0_7687202_23520.cpp:42: error: `reverse' undeclared (first use this function)
0_0_7687202_23520.cpp:43: error: `accumulate' undeclared (first use this function)
0_0_7687202_23520.cpp:55: error: `dp' undeclared (first use this function)
0_0_7687202_23520.cpp: In function `int main()':
0_0_7687202_23520.cpp:86: error: `scanf' undeclared (first use this function)
0_0_7687202_23520.cpp:89: error: `printf' undeclared (first use this function)
|