Problem knightmoves
User hwy
Submission Time 2023-06-20 17:12:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

knightmoves.cpp: In function ‘int min_jumps()’:
knightmoves.cpp:31:7: error: ‘curr’ was not declared in this scope
31 | if (curr == P) {
| ^~~~