Submission #306266

#TimeUsernameProblemLanguageResultExecution timeMemory
306266juggernautGame (IOI14_game)C++14
Compilation error
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;
}

Compilation message (stderr)

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