| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1369287 | Almonther | Game (IOI14_game) | C++20 | 124 ms | 7072 KiB |
#include<bits/stdc++.h>
#include "game.h"
using namespace std;
int cnt[1505]={};
void initialize(int n){}
int hasEdge(int u, int v){
cnt[max(u,v)]++;
return 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... | ||||
