Run-length decompression

前端 未结 6 1620
天涯浪人
天涯浪人 2021-01-26 17:25

CS student here. I want to write a program that will decompress a string that has been encoded according to a modified form of run-length encoding (which I\'ve already written c

6条回答
  •  我在风中等你
    2021-01-26 18:26

    Not sure whether this is one efficient way, but just for reference

    for (int i=0;i='0')
            integer_begin_location = i;
    

提交回复
热议问题