제출 #306266

#제출 시각아이디문제언어결과실행 시간메모리
306266juggernautGame (IOI14_game)C++14
컴파일 에러
0 ms0 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; }

컴파일 시 표준 에러 (stderr) 메시지

/tmp/ccsAsQE0.o: In function `main':
grader.cpp:(.text.startup+0xe): undefined reference to `initialize(int)'
collect2: error: ld returned 1 exit status