Problem dinowalk
User boaznumberd5555
Submission Time 2025-07-17 10:15:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dinowalk.cpp:4:12: error: array bound is not an integer constant before ‘]’ token
4 | int dp[nmax][nmax];
| ^
dinowalk.cpp:4:18: error: array bound is not an integer constant before ‘]’ token
4 | int dp[nmax][nmax];
| ^
dinowalk.cpp:5:13: error: array bound is not an integer constant before ‘]’ token
5 | int adj[nmax][nmax];
| ^
dinowalk.cpp:5:19: error: array bound is not an integer constant before ‘]’ token
5 | int adj[nmax][nmax];
| ^