Problem | sunshine |
---|---|
User | jeongwonho64 |
Submission Time | 2023-11-28 18:00:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sunshine.cpp: In function ‘int main()’:
sunshine.cpp:193:39: error: ‘dp’ cannot be used as a function
193 | else if(knapsack(n,k-x) + y > dp(n,k)){
| ^