| Problem | lis |
|---|---|
| User | Schzeey |
| Submission Time | 2023-01-19 09:30:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:12:38: error: expected ‘;’ before ‘for’
12 | fill(dp_arr.begin(),dp_arr.end(), 1)
| ^
| ;
13 | for (int i = 1; i < n; ++i){
| ~~~
lis.cpp:13:21: error: ‘i’ was not declared in this scope
13 | for (int i = 1; i < n; ++i){
| ^