Submission #1053165

#TimeUsernameProblemLanguageResultExecution timeMemory
1053165user736482Cop and Robber (BOI14_coprobber)C++17
Compilation error
0 ms0 KiB
#include<bits/stdc++.h>
using namespace std;
 
int start(int n,bool a[507][507]){
    return 0;
}
int next_move(int r){
    return r;
}

Compilation message (stderr)

/usr/bin/ld: /tmp/cct9PVNd.o: in function `main':
grader.cpp:(.text.startup+0x16c): undefined reference to `start(int, bool (*) [500])'
/usr/bin/ld: grader.cpp:(.text.startup+0x2be): undefined reference to `nextMove(int)'
collect2: error: ld returned 1 exit status