제출 #567668

#제출 시각아이디문제언어결과실행 시간메모리
567668zaneyuCop and Robber (BOI14_coprobber)C++14
0 / 100
0 ms208 KiB
#include "coprobber.h"

int start(int N, bool A[MAX_N][MAX_N])
{
    if(N==4){
        return 0;
    }
    return -1;
}

int nextMove(int R){
    return R;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...