# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
746150 | Muaath_5 | 밀림 점프 (APIO21_jumps) | C++17 | 0 ms | 0 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#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;
}