제출 #805329

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

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

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