crocodile.cpp: In function ‘int travel_plan(int, int, int (*)[2], int*, int, int*)’:
crocodile.cpp:14:25: error: ‘memset’ was not declared in this scope
memset(d,0x3f,sizeof(d));
^
crocodile.cpp:27:7: error: ‘class std::queue<std::pair<int, int> >’ has no member named ‘top’
v=Q.top().second;
^
crocodile.cpp:28:8: error: ‘class std::queue<std::pair<int, int> >’ has no member named ‘top’
c=-Q.top().first;
^
crocodile.cpp:30:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<path[v].size();i++){
^