| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1324024 | aaaaaaaa | 게임 (IOI14_game) | C++20 | 161 ms | 7076 KiB |
#include <bits/stdc++.h>
#include "game.h"
using namespace std;
int deg[1505];
void initialize(int n) {
}
int hasEdge(int u, int v) {
if(u < v) swap(u, v);
return ++deg[u] == u;
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
