| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1331437 | tuncay_pasha | 게임 (IOI14_game) | C++20 | 0 ms | 344 KiB |
#include "game.h"
int count[1500], N;
void initialize(int n) {
N = n;
for (int i = 0; i < n; i++)
count[i] = 0;
}
int hasEdge(int u, int v) {
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... | ||||
