Problem | lis |
---|---|
User | Joashhh |
Submission Time | 2024-12-09 22:13:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:23:18: error: invalid declarator before ‘arr’
23 | int vector<int> arr(k);
| ^~~
lis.cpp:25:10: error: ‘arr’ was not declared in this scope
25 | cin >> arr[i];
| ^~~
lis.cpp:27:14: error: ‘arr’ was not declared in this scope
27 | cout << lis(arr);
| ^~~
lis.cpp:27:10: error: ‘lis’ was not declared in this scope
27 | cout << lis(arr);
| ^~~