제출 #1227921

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

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

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...