| # | Time | Username | Problem | Language | Result | Execution time | Memory | 
|---|---|---|---|---|---|---|---|
| 1164058 | Aliyyiakbar | 게임 (IOI14_game) | C++20 | 175 ms | 7064 KiB | 
#include "bits/stdc++.h"
#include "game.h"
using namespace std;
const int sz = 1500;
int f[sz];
void initialize(int n)
{
    return;
}
int hasEdge(int x, int y)
{
    return ++f[max(x, y)] == max(x, y);
}
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
