0_0_4336122_1757.cpp:14: error: expected `]' before ';' token
0_0_4336122_1757.cpp:14: error: expected unqualified-id before ']' token
0_0_4336122_1757.cpp:14: error: expected `,' or `;' before ']' token
0_0_4336122_1757.cpp:15: error: expected `]' before ';' token
0_0_4336122_1757.cpp:15: error: expected unqualified-id before ']' token
0_0_4336122_1757.cpp:15: error: expected `,' or `;' before ']' token
0_0_4336122_1757.cpp:15: error: expected unqualified-id before ']' token
0_0_4336122_1757.cpp:15: error: expected `,' or `;' before ']' token
0_0_4336122_1757.cpp: In function `void init(int)':
0_0_4336122_1757.cpp:18: error: `cmp' undeclared (first use this function)
0_0_4336122_1757.cpp:18: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4336122_1757.cpp:20: error: `sum' undeclared (first use this function)
0_0_4336122_1757.cpp: In function `int solve(int, int, int)':
0_0_4336122_1757.cpp:28: error: `dp' undeclared (first use this function)
0_0_4336122_1757.cpp:31: error: `cmp' undeclared (first use this function)
0_0_4336122_1757.cpp:34: error: `sum' undeclared (first use this function)
0_0_4336122_1757.cpp: In function `int main()':
0_0_4336122_1757.cpp:49: error: `sum' undeclared (first use this function)
|