| Problem | lis |
|---|---|
| User | undefinedcritter |
| Submission Time | 2026-09-06 10:41:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:7:12: error: ‘ll’ was not declared in this scope
7 | vector<ll> stuff(n,0);
| ^~
lis.cpp:7:14: error: template argument 1 is invalid
7 | vector<ll> stuff(n,0);
| ^
lis.cpp:7:14: error: template argument 2 is invalid
lis.cpp:7:25: error: expression list treated as compound expression in initializer [-fpermissive]
7 | vector<ll> stuff(n,0);
| ^
lis.cpp:9:23: error: invalid types ‘int[int]’ for array subscript
9 | cin >> stuff[i];
| ^
lis.cpp:12:31: error: request for member ‘size’ in ‘stuff’, which is of non-class type ‘int’
12 | vector<int> answers(stuff.size());
| ^~~~
lis.cpp:14:29: error: request for member ‘size’ in ‘stuff’, which is of non-class type ‘int’
14 | for (int i = 1; i&l