# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1141874 | BlockOG | Game (IOI14_game) | C++20 | 0 ms | 328 KiB |
// mrrrow mnyaa ;3c
// go play vivid/stasis! it's a really awesome free game on steam
using namespace std;
int usedc[1500];
void initialize(int n) {
for (int i = 0; i < n; i++) usedc[i] = n;
}
int hasEdge(int u, int v) {
usedc[u]--, usedc[v]--;
return usedc[u] == 1 || usedc[v] == 1;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |