| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1119050 | dsyz | Game (IOI14_game) | C++17 | 280 ms | 16584 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>
#include "game.h"
using namespace std;
using ll = long long;
#define MAXN (1000005)
void initialize(int n) {
// DO NOTHING!
}
int c[1500];
int hasEdge(int u, int v) {
ll maxind = max(u,v);
c[maxind]++;
return c[maxind] == maxind;
}| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
