| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1331433 | Ekber_Ekber | Game (IOI14_game) | C++20 | 1 ms | 344 KiB |
#include "game.h"
#include <bits/stdc++.h>
using namespace std;
void initialize(int n) {
}
int hasEdge(int u, int v) {
return (u % 2 == v % 2 ? 1 : 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... | ||||
