제출 #555614

#제출 시각아이디문제언어결과실행 시간메모리
555614MilosMilutinovic게임 (IOI14_game)C++14
0 / 100
1 ms312 KiB
#include "game.h" #include <bits/stdc++.h> using namespace std; const int MAXN = 1505; int cnt[MAXN]; int hasEdge(int u, int v) { return (++cnt[u]) == u; } void initialize(int N) { }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...