Submission #746150

#TimeUsernameProblemLanguageResultExecution timeMemory
746150Muaath_5Rainforest Jumps (APIO21_jumps)C++17
Compilation error
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;
}

Compilation message (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