Submission #103513

#TimeUsernameProblemLanguageResultExecution timeMemory
103513pedro_sponchiadoCop and Robber (BOI14_coprobber)C++17
Compilation error
0 ms0 KiB
#include "coprobber.h"
#include<bits/stdc++.h>
using namespace std;

const int maxn=510;

int start(int n, bool A[maxn][maxn]){
    return 0;
}

int nextMove(int r){
    return r;
}

Compilation message (stderr)

/tmp/cccsiUZ9.o: In function `main':
grader.cpp:(.text.startup+0x13c): undefined reference to `start(int, bool (*) [500])'
collect2: error: ld returned 1 exit status