Submission #442964

#TimeUsernameProblemLanguageResultExecution timeMemory
442964asbsfdsGame (IOI14_game)C++14
0 / 100
0 ms204 KiB
#include "game.h" #include <bits/stdc++.h> const int maxn = 2000; int n; void initialize(int n) { ::n = n; } int niz[maxn]; int hasEdge(int u, int v) { u = std::min(u, v); return ++niz[u] >= n - u; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...