| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1369288 | Almonther | 게임 (IOI14_game) | C++20 | 124 ms | 7092 KiB |
#include<iostream>
#include "game.h"
using namespace std;
int cnt[9999]={};
void initialize(int n){}
int hasEdge(int u, int v){return ++cnt[max(u,v)]&&cnt[max(u,v)]==max(u,v);}| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
