| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1369291 | Almonther | Game (IOI14_game) | C++20 | 0 ms | 0 KiB |
#include<iostream>
using namespace std;int cnt[];void initialize(int n){}int hasEdge(int u, int v){return ++cnt[max(u,v)]&&cnt[max(u,v)]==max(u,v);}