This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "game.h"
const int MAXN = 1500;
int smaller_edges[MAXN];
void initialize( int n ) {}
int hasEdge( int u, int v ) {
int max = u > v ? u : v;
smaller_edges[max]++;
return smaller_edges[max] == max;
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |