Submission #32121

# Submission time Handle Problem Language Result Execution time Memory
32121 2017-09-27T14:20:17 Z cheater2k Cop and Robber (BOI14_coprobber) C++14
Compilation error
0 ms 0 KB
#include <bits/stdc++.h>
#include "coprobber.h"
using namespace std;

const int N = 550;

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

Compilation message

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