| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1365985 | tull | Gap (APIO16_gap) | C++20 | 11 ms | 1200 KiB |
#include "gap.h"
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
const long long MxN=1e18;
long long findGap(int T, int n)
{
ll mn,mx;
MinMax(0,MxN,&mn,&mx);
return mx-mn;
}
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
