This puzzle is experiencing a low community success rate - and I suspect it’s due to test case #4 in C# … the boilerplate (and most other puzzles) rely on Console.ReadLine() to read in a line - but this can only read in 254 characters, which causes the input for test case #4 to be truncated, without any obvious feedback.
There is a way to read more, but I’m not sure that should be expected as part of the solution as it’s a platform issue, rather than a puzzle issue…
i was able to encode the message, wasn’t a problem but decoding is kind of impossible. it is possible to use the code to make a turn and go back to normal, but the number of time is random.
Can you give me a hint plz
For each transformation, the number of steps to decode should be the same as the number of steps to encode. So you may try calculating the number of steps, and the number of characters involved in the last encoding step / first decoding step.