제출 #103512

#제출 시각아이디문제언어결과실행 시간메모리
103512pedro_sponchiado경찰관과 강도 (BOI14_coprobber)C++17
컴파일 에러
0 ms0 KiB
#include "coprobber.h" const int maxn=510; int start(int n, bool A[maxn][maxn]){ return 0; } int nextMove(int r){ return r; }

컴파일 시 표준 에러 (stderr) 메시지

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