Submission #1138090

#TimeUsernameProblemLanguageResultExecution timeMemory
1138090poatHomecoming (BOI18_homecoming)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> #include "homecoming.h" #define int long long using namespace std; const int NMax = 1e6 + 100, inf = 2e9; int n, k, a[NMax * 3], b[NMax * 3], pref[NMax * 3]; long long solve(int N, int K, int *A, int *B) { return 0; }

Compilation message (stderr)

/usr/bin/ld: /tmp/ccUHh0Nx.o: in function `main':
grader.cpp:(.text.startup+0xdf): undefined reference to `solve(int, int, int*, int*)'
collect2: error: ld returned 1 exit status