# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1138353 | anmattroi | Game (IOI14_game) | C++17 | 0 ms | 0 KiB |
#include "game.h"
void initialize(int n) {
}
int c[1501];
int hasEdge(int u, int v) {
return (++c[max(u,v)]==max(u,v));
}