# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
242062 | michao | Gap (APIO16_gap) | C++14 | 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.
#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<ll>pom,answer;
long long findGap(int t, int N)
{
return 0;
}