Submission #38522

# Submission time Handle Problem Language Result Execution time Memory
38522 2018-01-04T10:51:43 Z Waschbar Cop and Robber (BOI14_coprobber) C++14
Compilation error
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;

int start(int N, vector< vector<bool> > A) {
	
	return -1;
}

int nextMove(int R) {
	
	return -1;
}

Compilation message

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