https://hack.codingblocks.com/contests/c/537/1276
according to the code in a video, the if don’t the = sign then it is showing the wrong answer
the code of that portion is :-
for(int u=0;u<=n(HERE);u++){
for(int dice=1;dice<=6;dice++){
int v = u+dice+board[u+dice];
g.addEdge(u,v);
}
}
my code link is:-
https://ide.codingblocks.com/s/47094