Submission #242064

#TimeUsernameProblemLanguageResultExecution timeMemory
242064michaoGap (APIO16_gap)C++14
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> #include "gap.h" #define int long long #define vi vector<int> #define pb push_back #define sz(x) (int)x.size() const int inf=1e18*2; using namespace std; vector<int>pom,answer; long long findGap(int t, int N) { return 0; }

Compilation message (stderr)

/tmp/ccbzOBxp.o: In function `main':
grader.cpp:(.text.startup+0x18e): undefined reference to `findGap(int, int)'
collect2: error: ld returned 1 exit status