제출 #38521

#제출 시각아이디문제언어결과실행 시간메모리
38521Waschbar경찰관과 강도 (BOI14_coprobber)C++14
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; int start(int N, vector< vector<int> > A) { return -1; } int nextMove(int R) { return -1; }

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

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