# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1049117 | parsadox2 | Dungeons Game (IOI21_dungeons) | C++17 | 6849 ms | 407516 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 "dungeons.h"
#include <bits/stdc++.h>
#define F first
#define S second
using namespace std;
const int N = 4e5 + 10 , Lg = 20;
const long long inf = 1e15 + 10;
int n;
vector <int> s , p , w , l;
long long f(long long x)
{
if(x <= 0)
return inf;
return x;
}
struct item{
long long mn;
long long val;
int id;
};
item a[2 * N][Lg];
inline item Get(item now , int len)
{
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... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |