| Problem | duckhunt |
|---|---|
| User | Random52 |
| Submission Time | 2024-12-14 11:56:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt.cpp: In function ‘int main()’:
duckhunt.cpp:31:11: error: request for member ‘push_back’ in ‘dp.std::vector<long int>::operator[](0)’, which is of non-class type ‘__gnu_cxx::__alloc_traits<std::allocator<long int>, long int>::value_type’ {aka ‘long int’}
31 | dp[0].push_back(c[0]);
| ^~~~~~~~~