# | 제출 시각UTC-0 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
362812 | denkendoemeer | Bulldozer (JOI17_bulldozer) | C++14 | 619 ms | 32012 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include<bits/stdc++.h>
#define ll long long
using namespace std;
struct pct
{
int x,y,c;
bool operator< (const pct &aux) const
{
if (x!=aux.x)
return x<aux.x;
return y<aux.y;
}
}w[2005];
struct pct2
{
int x,y,i,j;
bool operator< (const pct2 &aux) const
{
if (1LL*y*aux.x!=1LL*aux.y*x)
return 1LL*y*aux.x<1LL*aux.y*x;
if (i!=aux.i)
return i<aux.i;
return j<aux.j;
}
}v[2000005];
int l[2005];
struct ain
{
ll l[5000],r[5000],sum[5000],maxi[5000];
void update(int poz,int val)
컴파일 시 표준 에러 (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... |