| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1341932 | PakinDioxide | Game (IOI14_game) | C++17 | 203 ms | 7048 KiB |
#include "game.h"
#include <bits/stdc++.h>
#define ll long long
using namespace std;
void initialize(int N) {
}
const int mxN = 1505;
int cnt[mxN];
int hasEdge(int u, int v) {
return ++cnt[max(u, v)] == max(u, v);
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
