| Problem | lis |
|---|---|
| User | hwy |
| Submission Time | 2023-06-25 01:18:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:15:27: error: ‘v’ was not declared in this scope
15 | lis.push_back(v[i]);
| ^
lis.cpp:18:20: error: ‘v’ was not declared in this scope
18 | *itr = v[i];
| ^