Problem journey3
User Henries
Submission Time 2025-03-04 14:22:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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