제출 #306268

#제출 시각아이디문제언어결과실행 시간메모리
306268juggernaut게임 (IOI14_game)C++14
100 / 100
459 ms16392 KiB
#include"game.h" void initialize(int n){} int a[9999]; int hasEdge(int x,int y){ if(x<y)x=y; return ++a[x]==x; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...