Submission #38520

#TimeUsernameProblemLanguageResultExecution timeMemory
38520WaschbarCop and Robber (BOI14_coprobber)C++14
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; int start(int n, vector< vector<int> > A) { return -1; } int nextMove(int R) { return -1; }

Compilation message (stderr)

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