Problem | gotosleep |
---|---|
User | ILM |
Submission Time | 2024-11-03 14:45:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotosleep.cpp: In function ‘int main()’:
gotosleep.cpp:20:20: error: ‘j’ was not declared in this scope
20 | if (dp[j - L[i]]) {
| ^
gotosleep.cpp:20:26: error: ‘i’ was not declared in this scope
20 | if (dp[j - L[i]]) {
| ^