0_0_39817244_25976.cpp: In function 'int main()':
0_0_39817244_25976.cpp:34:28: error: invalid conversion from 'int*' to 'int' [-fpermissive]
34 | dp[i]=a[i]+dp[j];//¸üÐÂdp[i]
| ~~~~^~~~~~
| |
| int*
0_0_39817244_25976.cpp:68:1: error: a function-definition is not allowed here before '{' token
68 | {
| ^
0_0_39817244_25976.cpp:97:2: error: expected '}' at end of input
97 | }
| ^
0_0_39817244_25976.cpp:4:1: note: to match this '{'
4 | {
| ^
|