# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
334359 | 2020-12-09T04:54:09 Z | blue | Crocodile's Underground City (IOI11_crocodile) | C++11 | 0 ms | 0 KB |
#include "crocodile.h" #include <iostream> using namespace std; int travel_plan(int N, //number of chambers int M, //number of corridors int R[][2], //endpoints of corridor i int L, //corridor lengths int K, //number of exits int P[]) //list of exist { return 0; }