| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1223174 | fermat | Game (IOI14_game) | C++20 | 177 ms | 7088 KiB |
#include "game.h"
#include <bits/stdc++.h>
using namespace std;
const int N = 1505;
int p[N];
void initialize(int N) {
}
int hasEdge(int u, int v) {
return ++p[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... | ||||
