Problem morepaths
User LCJLY
Submission Time 2023-02-24 15:07:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

morepaths.cpp: In function ‘int32_t main()’:
morepaths.cpp:42:12: error: ‘class std::vector<long long int>’ has no member named ‘push’
42 | dp[0][x].push(sum);
| ^~~~
morepaths.cpp:50:15: error: ‘class std::vector<long long int>’ has no member named ‘push’
50 | dp[1][y].push(it+arr[x][y]);
| ^~~~