# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1194220 | PlayVoltz | Game (IOI14_game) | C++20 | 0 ms | 0 KiB |
#include "game.h"
#include <bits/stdc++.h>
using namespace std;
vector<int> cc;
void initialize(int n){
cc.resize(n, 0);
}
int hasEdge(int a, int b){
++count[max(a, b)];
if (count[max(a, b)]==max(a, b))return 1;
return 0;
}