Problem lis_easy
User mathemactics
Submission Time 2023-11-10 10:42:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int32_t main()’:
lis_easy.cpp:20:21: error: array must be initialized with a brace-enclosed initializer
20 | int dp[i] = 1;
| ^
lis_easy.cpp:29:29: error: lvalue required as increment operand
29 | for (int i = 0; i < N; 1++){
| ^~