Submission #938435

# Submission time Handle Problem Language Result Execution time Memory
938435 2024-03-05T06:33:03 Z Ghulam_Junaid Cop and Robber (BOI14_coprobber) C++17
Compilation error
0 ms 0 KB
#include <bits/stdc++.h>

using namespace std;

int start(int n, bool edge[505][505]){
    return 1;
}
int nextMove(int R){
    return R;
}

Compilation message

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