crocodile.cpp: In function 'int travel_plan(int, int, int (*)[2], int*, int, int*)':
crocodile.cpp:25:6: error: 'class std::priority_queue<std::pair<int, int> >' has no member named 'insert'
crocodile.cpp:29:12: error: cannot convert 'const std::pair<int, int>' to 'int*' in assignment
crocodile.cpp:31:10: error: request for member 'second' in 'P', which is of non-class type 'int*'
crocodile.cpp:32:10: error: request for member 'second' in 'P', which is of non-class type 'int*'
crocodile.cpp:34:8: error: request for member 'second' in 'P', which is of non-class type 'int*'
crocodile.cpp:37:7: error: request for member 'second' in 'P', which is of non-class type 'int*'
crocodile.cpp:37:18: error: request for member 'first' in 'P', which is of non-class type 'int*'
crocodile.cpp:38:23: error: request for member 'second' in 'P', which is of non-class type 'int*'
crocodile.cpp:38:45: error: 'class std::priority_queue<std::pair<int, int> >' has no member named 'insert'
crocodile.cpp:38:69: error: request for member 'first' in 'P', which is of non-class type 'int*'
crocodile.cpp:38:79: error: request for member 'second' in 'P', which is of non-class type 'int*'
crocodile.cpp:38:101: error: request for member 'second' in 'P', which is of non-class type 'int*'