Skip to content

litespace

bradendubois edited this page Nov 8, 2021 · 7 revisions

Litespace

ID: litespace

Difficulty: 4.9

CPU Time: 1 second

Memory: 1024 MB

Solution

For this, one needs to use a stack to store all the numbers, and build a parser that turns the TS*-formatted string into a number to be pushed. Reading through the string, one can simply follow the string and the respective paths it may lead to until the user has reached an actual litespace command.

Clone this wiki locally