# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
852153 | lemonti | Commuter Pass (JOI18_commuter_pass) | C++14 | 489 ms | 30844 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <bits/stdc++.h>
using namespace std;
#define int long long
#define INT_MAX LLONG_MAX
int mx[2][100001];
int mx2[2][100001];
struct node
{
int pos,we;
node (int a,int b)
{
pos=a;
we=b;
}
};
struct node2
{
int pos,we,rwe,st,type;
node2 (int a,int b,int c,int d,int e)
{
pos=a;
we=b;
rwe=c;
st=d;
type=e;
}
};
bool cmp2(node2 x,node2 y)
{
Compilation message (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... |