제출 #242064

#제출 시각아이디문제언어결과실행 시간메모리
242064michaoGap (APIO16_gap)C++14
컴파일 에러
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;
}

컴파일 시 표준 에러 (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