| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 554983 | beaconmc | Game (IOI14_game) | C++14 | 0 ms | 212 KiB |
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 <bits/stdc++.h>
using namespace std;
long long sussy[1501];
long long N = 0;
void initialize(int n){
for(int i=0; i<=n; i++){
sussy[i] = 0;
}
N = n;
}
int hasEdge(int u, int v){
sussy[u] += 1;
sussy[v] += 1;
if (sussy[u] == N-1 && sussy[v] == N-1){
return 1;
}
return 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... | ||||
