Problem | omnomnom |
---|---|
User | asbx |
Submission Time | 2023-12-16 10:02:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
omnomnom.cpp: In function ‘int dp(int, int)’:
omnomnom.cpp:13:5: error: ‘arr1’ was not declared in this scope
13 | if(arr1[node][taken]!=-1){
| ^~~~
omnomnom.cpp:27:9: error: ‘arr1’ was not declared in this scope
27 | return arr1[node][taken]=ans;
| ^~~~