Submission #1191603

#TimeUsernameProblemLanguageResultExecution timeMemory
1191603LolkasMeepCrayfish scrivener (IOI12_scrivener)C++20
Compilation error
0 ms0 KiB
#include <ext/rope> __gnu_cxx::crope h[1000005]; int i=0; void Init(); void TypeLetter(char L){h[i]=h[i++]+L;} void UndoCommands(int U){h[i+1]=h[i-U];i++;} char GetLetter(int P){return h[i][P];}

Compilation message (stderr)

/usr/bin/ld: /tmp/ccm85E17.o: in function `main':
grader.cpp:(.text.startup+0x6e): undefined reference to `Init()'
collect2: error: ld returned 1 exit status