| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 354317 | Mefarnis | Game (IOI14_game) | C++14 | 392 ms | 16440 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <bits/stdc++.h>
#include "game.h"
#define maxn 1500
using namespace std;
int cnt[maxn];
void initialize(int n) {
memset(cnt,0,sizeof(cnt));
}
int hasEdge(int u, int v) {
u = max(u,v);
return u == (++cnt[u]);
}| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
