| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1304049 | activedeltorre | 게임 (IOI14_game) | C++20 | 1 ms | 340 KiB |
#include "game.h"
using namespace std;
int cnt=0;
void initialize(int n) {
cnt=n*(n-1)/2;
}
int hasEdge(int u, int v) {
cnt--;
if(cnt==0)
{
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... | ||||
