Problem | lis_easy |
---|---|
User | GrainOrBread |
Submission Time | 2025-01-11 17:33:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:19:14: error: ‘A’ was not declared in this scope
19 | if (A[j] < A[i]) dp[i] = max (dp[i], dp[j] + 1);
| ^