Problem | paint_apio |
---|---|
User | PlayVoltz |
Submission Time | 2025-03-25 22:33:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint_apio.cpp: In function ‘int minimumInstructions(int, int, int, std::vector<int>, std::vector<int>, std::vector<std::vector<int> >)’:
paint_apio.cpp:26:52: error: ‘__gnu_cxx::__alloc_traits<std::allocator<std::vector<int> >, std::vector<int> >::value_type’ {aka ‘class std::vector<int>’} has no member named ‘pb’
26 | for (int i=0; i<m; ++i)for (auto num:b[i])in[num].pb(i);
| ^~