# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1207714 | simplemind_31 | Game (IOI14_game) | C++20 | 0 ms | 0 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[max(u,v)]==max(u,v)}