# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
334358 | blue | 악어의 지하 도시 (IOI11_crocodile) | C++11 | 0 ms | 0 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "crocodile.h"
using namespace std;
int travel_plan(int N, //number of chambers
int M, //number of corridors
int R[][], //endpoints of corridor i
int L, //corridor lengths
int K, //number of exits
int P[]) //list of exist
{
return 0;
}