| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1221995 | lopkus | Game (IOI14_game) | C++20 | 179 ms | 7068 KiB |
#include "game.h"
#include <bits/stdc++.h>
using namespace std;
int N,clave[1500];
void initialize(int n){N=n;}
int hasEdge(int u, int v){return ++clave[u=max(u,v)]==u;}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
