| Problem | catteams | 
|---|---|
| User | Rolo | 
| Submission Time | 2024-08-24 18:38:12 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 catteams.cpp: In function ‘int main()’:
catteams.cpp:10:45: error: temporary of non-literal type ‘std::vector<int>’ in a constant expression
   10 |  vector<vector<vector<int>>> dp(n+1, vector<vector<int>(2)>(k+1));
      |                                             ^~~~~~~~~~~~~~
In file included from /usr/include/c++/9/vector:67,
                 from /usr/include/c++/9/functional:62,
                 from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
                 from /usr/include/c++/9/algorithm:71,
                 from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
                 from catteams.cpp:1:
/usr/include/c++/9/bits/stl_vector.h:386:11: note: ‘std::vector<int>’ is not literal because:
  386 |     class vector : protected _Vector_base<_Tp, _Alloc>
      |           ^~~~~~
/usr/include/c++/9/bits/stl_vector.h:386:11: note:   ‘std::vector<int>’ has a non-trivial des