# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
746150 | Muaath_5 | Rainforest Jumps (APIO21_jumps) | C++17 | 0 ms | 0 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#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;
}