crocodile.cpp: In function 'long long int F(long long int, long long int)':
crocodile.cpp:27:14: error: 'ok' was not declared in this scope
27 | else ok=1;
| ^~
crocodile.cpp:31:13: error: 'ok' was not declared in this scope
31 | else if(ok) how[here][fa]=tt[0];
| ^~
crocodile.cpp: In function 'int travel_plan(int, int, int (*)[2], int*, int, int*)':
crocodile.cpp:39:15: warning: unused variable 'a' [-Wunused-variable]
39 | long long a,b,c;
| ^
crocodile.cpp:39:17: warning: unused variable 'b' [-Wunused-variable]
39 | long long a,b,c;
| ^
crocodile.cpp:39:19: warning: unused variable 'c' [-Wunused-variable]
39 | long long a,b,c;
| ^