Submission #1226992

#TimeUsernameProblemLanguageResultExecution timeMemory
1226992cpdreamerGap (APIO16_gap)C++20
0 / 100
11 ms1176 KiB
#include "gap.h" #include <bits/stdc++.h> #include <ext/pb_ds/assoc_container.hpp> using namespace __gnu_pbds; using namespace std; const long long INF = 1e17; typedef long long ll; const ll MOD = 1e9+7; #define F first #define pb push_back #define S second #define P pair #define V vector #define all(v) v.begin(), v.end() long long findGap(int T, int N) { ll mn,mx; MinMax(0, 1e18, &mn, &mx); return mx-mn; return 0; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...