Submission #938436

#TimeUsernameProblemLanguageResultExecution timeMemory
938436Ghulam_JunaidCop and Robber (BOI14_coprobber)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; const int N = 505; int start(int n, bool edge[N][N]){ return 1; } int nextMove(int R){ return R; }

Compilation message (stderr)

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