Problem | lis |
---|---|
User | Kiameimon |
Submission Time | 2023-11-30 01:28:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:16:10: error: invalid use of member function ‘bool std::vector<_Tp, _Alloc>::empty() const [with _Tp = long long int; _Alloc = std::allocator<long long int>]’ (did you forget the ‘()’ ?)
16 | if(seq.empty or e > seq.back()) seq.push_back(e);
| ~~~~^~~~~
| ()