제출 #196994

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