# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1254561 | badge881 | Game (IOI14_game) | C++20 | 180 ms | 6924 KiB |
#include <bits/stdc++.h>
#include "game.h"
using namespace std;
int p[1501] = {0};
void initialize(int N) {}
int hasEdge(int u, int v) {
return (++p[max(u, v)]) == max(u, v);
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |