Problem | knightmoves |
---|---|
User | Daddy |
Submission Time | 2024-04-20 19:10:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
knightmoves.cpp: In function ‘int main()’:
knightmoves.cpp:41:13: error: ‘minMovesToCatch’ was not declared in this scope
41 | cout << minMovesToCatch(N, Kr, Kc, Pr, Pc, B) << endl;
| ^~~~~~~~~~~~~~~