제출 #334360

#제출 시각아이디문제언어결과실행 시간메모리
334360blue악어의 지하 도시 (IOI11_crocodile)C++11
0 / 100
1 ms364 KiB
#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;
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…