Submission #975761

#TimeUsernameProblemLanguageResultExecution timeMemory
975761marinalucaCrayfish scrivener (IOI12_scrivener)C++14
Compilation error
0 ms0 KiB
char ans[1000010]; int v[1000010], rez[1000010], mat[20][1000010], k; void Init(){} void Typeletter (char L){ ans[v[++k] = k] = L; rez[k] = rez[mat[0][k] = v[k - 1]] + 1; for (int i = 1; i < 20; ++ i) mat[i][k] = mat[i - 1][mat[i - 1][k]]; } void UndoCommands(int U){v[++k] = v[k - U - 1];} char GetLetter(int P){ int a = v[k]; for (int i = 20; i --;){ if (rez[mat[i][a]] > P) a = mat[i][a]; } return ans[a]; }

Compilation message (stderr)

scrivener.cpp: In function 'void UndoCommands(int)':
scrivener.cpp:10:28: warning: operation on 'k' may be undefined [-Wsequence-point]
   10 | void UndoCommands(int U){v[++k] = v[k - U - 1];}
      |                            ^~~
scrivener.cpp:10:28: warning: operation on 'k' may be undefined [-Wsequence-point]
/usr/bin/ld: /tmp/ccCvVowN.o: in function `main':
grader.cpp:(.text.startup+0xff): undefined reference to `TypeLetter(char)'
collect2: error: ld returned 1 exit status