# | 제출 시각UTC-0 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
32262 | dqhungdl | Gap (APIO16_gap) | C++14 | 73 ms | 5920 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include <bits/stdc++.h>
#include "gap.h"
using namespace std;
long long a[100005];
/*pair<long long,long long> MinMax(long long l,long long r)
{
int64_t minn=-1,maxn=-1;
for(int i=1;i<=n;i++)
if(l<=a[i]&&a[i]<=r)
{
minn=a[i];
break;
}
for(int i=n;i>=1;i--)
if(l<=a[i]&&a[i]<=r)
{
maxn=a[i];
break;
}
return make_pair(minn,maxn);
}*/
long long findGap(int T, int n)
{
if(T==1)
{
long long L,R,preL,preR,res=0;
MinMax(0,1e18,&preL,&preR);
컴파일 시 표준 에러 (stderr) 메시지
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |