Submission #1140906

#TimeUsernameProblemLanguageResultExecution timeMemory
1140906dpsaveslives경찰관과 강도 (BOI14_coprobber)C++20
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; int start(int N, int A[]){ return 1; } int nextMove(int R){ return R; }

Compilation message (stderr)

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