# | 제출 시각UTC-0 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
731976 | NemanjaSo2005 | Passport (JOI23_passport) | C++14 | 495 ms | 18596 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include<bits/stdc++.h>
#define ll long long
using namespace std;
int N,K,L[200005],R[200005],dist[200005],d1[200005],d2[200005];
bool ubacen[2505];
struct bfss{
int gde,kol;
}pp,tren;
bool cmp(bfss a,bfss b){
return a.kol<b.kol;
}
vector<bfss> V;
queue<bfss> Q,C;
struct slog{
int r,gde,l,pn;
} st[525000],niz[200005];
bool cmp2(slog a,slog b){
return a.l<b.l;
}
slog opr(slog a,slog b){
if(a.r>b.r)
return a;
return b;
}
void update(int gde,int sta,int gde2=-1,int pn=-1){
gde+=K-1;
st[gde].r=sta;
if(gde2!=-1)
st[gde].gde=gde2;
if(pn!=-1)
컴파일 시 표준 에러 (stderr) 메시지
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |