Problem subknapsack
User LCJLY
Submission Time 2023-01-14 18:21:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

subknapsack.cpp: In function ‘long long int dp(long long int, long long int)’:
subknapsack.cpp:48:9: error: ‘reutrn’ was not declared in this scope
48 | reutrn memo[index][weight];
| ^~~~~~