| Problem | problemsetter |
|---|---|
| User | personjs |
| Submission Time | 2025-01-19 17:45:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
problemsetter.cpp: In function ‘int main()’:
problemsetter.cpp:19:36: error: request for member ‘push_back’ in ‘pfx.std::vector<long long int>::operator[](((std::vector<long long int>::size_type)i))’, which is of non-class type ‘__gnu_cxx::__alloc_traits<std::allocator<long long int>, long long int>::value_type’ {aka ‘long long int’}
19 | for (int i=1; i<c; i++) pfx[i].push_back(max(pfx[i - 1], contests[i].second));
| ^~~~~~~~~