Owl Get a Life
journey3.cpp: In function ‘int main()’:journey3.cpp:29:43: error: ‘z’ was not declared in this scope 29 | dp[to][j] += (j -nights + 1 ) * dp[i][z]; | ^