| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1331488 | Ekber_Ekber | Game (IOI14_game) | C++20 | 1 ms | 344 KiB |
#include <bits/stdc++.h>
#include "game.h"
#define ff first
#define ss second
#define pb push_back
#define all(v) v.begin(), v.end()
using namespace std;
void initialize(int n) {
}
int hasEdge(int u, int v) {
if (u > v) swap(u, v);
if (u + 1 == v) return 1;
return 0;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
