제출 #746150

#제출 시각아이디문제언어결과실행 시간메모리
746150Muaath_5밀림 점프 (APIO21_jumps)C++17
컴파일 에러
0 ms0 KiB
#ifdef MUAATH_5
#include "ioi.h"
#else
//#include "game.h"
#endif
#include <numeric>
#include <vector>
#define ll long long
#define OUT 0
#define merge gcd
using namespace std;

const int N = 2e5+1, LOG = 25;
const int SZ = 4'500'000;

int rge[N], lge[N];
int bj[N][LOG];

void x(int n, vector<int> v)
{

}

int minimum_jumps(int a, int b, int c, int d)
{
	return 0;
}

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

/usr/bin/ld: /tmp/ccLp9Pkz.o: in function `main':
stub.cpp:(.text.startup+0x177): undefined reference to `init(int, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status