Problem journey3
User PlayVoltz
Submission Time 2023-10-20 08:25:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

journey3.cpp: In function ‘int journey(int, int)’:
journey3.cpp:13:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
13 | if (node==n-1)return 1;
| ^
| yn