| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1297728 | lance0 | Crayfish scrivener (IOI12_scrivener) | C++20 | 0 ms | 0 KiB |
#include<ext/rope>
__gnu_cxx::crope v[1<<20];int c;void Init();void TypeLetter(char L){v[c]=v[c++]+L;}void UndoCommands(int U){v[c]=v[c++-U];}char GetLetter(int P){return v[c][P];}
