# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1279609 | ducksaysquack | Game (IOI14_game) | C++20 | 0 ms | 0 KiB |
#include <bits/stdc++.h>
#include "game.h"
void initialize(int N) {}
vector<int> v(1505);
int hasEdge(int x, int y) {return ++v[std::max(x,y)] == std::max(x,y);}