| Problem | lis |
|---|---|
| User | ilovepythonandhatecplusplus |
| Submission Time | 2024-04-19 14:45:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:13:13: error: conflicting declaration ‘std::stack<int> s’
13 | stack<int> s(N);
| ^
lis.cpp:12:17: note: previous declaration as ‘std::vector<int> s’
12 | vector<int> s(N);
| ^