| Problem | lcpupqst |
|---|---|
| User | R9q5P8 |
| Submission Time | 2025-11-18 10:43:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lcpupqst.cpp: In function ‘int main()’:
lcpupqst.cpp:22:16: error: invalid use of member function ‘std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = int; _Alloc = std::allocator<int>; std::vector<_Tp, _Alloc>::size_type = long unsigned int]’ (did you forget the ‘()’ ?)
22 | if (x < arr.size)
| ~~~~^~~~
| ()
lcpupqst.cpp:29:16: error: invalid use of member function ‘std::vector<_Tp, _Alloc>::size_type std::vector<_Tp, _Alloc>::size() const [with _Tp = int; _Alloc = std::allocator<int>; std::vector<_Tp, _Alloc>::size_type = long unsigned int]’ (did you forget the ‘()’ ?)
29 | if (x < arr.size) outs.push_back(arr[x]);
| ~~~~^~~~
| ()