Problem | coincombinations |
---|---|
User | jmuzhen |
Submission Time | 2025-09-27 13:55:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coincombinations.cpp: In function βint main()β:
coincombinations.cpp:41:22: error: invalid types β__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type {aka int}[int]β for array subscript
41 | cout << dp[n-1][v] << endl;
| ^