Click here to Skip to main content
15,903,385 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ Program to decompress a compressed string Pin
David Crow19-Aug-19 4:49
David Crow19-Aug-19 4:49 
AnswerRe: C++ Program to decompress a compressed string Pin
Patrice T17-Aug-19 19:16
mvePatrice T17-Aug-19 19:16 
GeneralRe: C++ Program to decompress a compressed string Pin
antoniu20018-Aug-19 2:42
antoniu20018-Aug-19 2:42 
AnswerRe: C++ Program to decompress a compressed string Pin
Randor 18-Aug-19 12:49
professional Randor 18-Aug-19 12:49 
GeneralRe: C++ Program to decompress a compressed string Pin
antoniu20018-Aug-19 23:05
antoniu20018-Aug-19 23:05 
GeneralRe: C++ Program to decompress a compressed string Pin
Randor 18-Aug-19 23:17
professional Randor 18-Aug-19 23:17 
GeneralRe: C++ Program to decompress a compressed string Pin
antoniu20018-Aug-19 23:27
antoniu20018-Aug-19 23:27 
GeneralRe: C++ Program to decompress a compressed string Pin
Randor 18-Aug-19 23:42
professional Randor 18-Aug-19 23:42 
Hi,

It appears that you are having some sort of mental breakdown. Just relax and take a fresh look at the challenge. Smile | :)

antoniu200 wrote:
  • Time limit: 0.6 seconds
  • Memory limit: 64 MB (global) / 8 MB(local)


  • I compiled your code on an ARM based Linux box and restricted the process to 64MB. I verified that your code will exceed 64MB of memory... in fact I was able to get it to consume over 1GB by passing very large input strings. Your code will also consume greater than 600 milliseconds on very large input. I tested both of these conditions.

    You can avoid all of these failures simply by validating the input string.

    Best Wishes,
    -David Delaune
    AnswerRe: C++ Program to decompress a compressed string Pin
    antoniu20019-Aug-19 0:00
    antoniu20019-Aug-19 0:00 
    GeneralRe: C++ Program to decompress a compressed string Pin
    Randor 19-Aug-19 0:20
    professional Randor 19-Aug-19 0:20 
    GeneralRe: C++ Program to decompress a compressed string Pin
    antoniu20021-Aug-19 1:13
    antoniu20021-Aug-19 1:13 
    GeneralRe: C++ Program to decompress a compressed string Pin
    Randor 21-Aug-19 7:22
    professional Randor 21-Aug-19 7:22 
    GeneralRe: C++ Program to decompress a compressed string Pin
    antoniu20021-Aug-19 7:31
    antoniu20021-Aug-19 7:31 
    GeneralRe: C++ Program to decompress a compressed string Pin
    Randor 21-Aug-19 9:08
    professional Randor 21-Aug-19 9:08 
    GeneralRe: C++ Program to decompress a compressed string Pin
    k505421-Aug-19 12:00
    mvek505421-Aug-19 12:00 
    AnswerRe: C++ Program to decompress a compressed string Pin
    Stefan_Lang20-Aug-19 23:25
    Stefan_Lang20-Aug-19 23:25 
    QuestionIs there a conventional name for accessing e.g. memories with fewer address bits than required, using range a selector? Pin
    arnold_w12-Aug-19 4:56
    arnold_w12-Aug-19 4:56 
    AnswerRe: Is there a conventional name for accessing e.g. memories with fewer address bits than required, using range a selector? Pin
    OriginalGriff12-Aug-19 5:03
    mveOriginalGriff12-Aug-19 5:03 
    GeneralRe: Is there a conventional name for accessing e.g. memories with fewer address bits than required, using range a selector? Pin
    Stefan_Lang12-Aug-19 22:22
    Stefan_Lang12-Aug-19 22:22 
    AnswerRe: Is there a conventional name for accessing e.g. memories with fewer address bits than required, using range a selector? Pin
    leon de boer12-Aug-19 15:09
    leon de boer12-Aug-19 15:09 
    AnswerRe: Is there a conventional name for accessing e.g. memories with fewer address bits than required, using range a selector? Pin
    arnold_w12-Aug-19 22:43
    arnold_w12-Aug-19 22:43 
    GeneralRe: Is there a conventional name for accessing e.g. memories with fewer address bits than required, using range a selector? Pin
    Peter_in_278013-Aug-19 1:44
    professionalPeter_in_278013-Aug-19 1:44 
    GeneralRe: Is there a conventional name for accessing e.g. memories with fewer address bits than required, using range a selector? Pin
    leon de boer13-Aug-19 5:55
    leon de boer13-Aug-19 5:55 
    Questionamibroker afl to dll Pin
    kuleen10-Aug-19 20:37
    kuleen10-Aug-19 20:37 
    AnswerRe: amibroker afl to dll Pin
    Victor Nijegorodov10-Aug-19 21:30
    Victor Nijegorodov10-Aug-19 21:30 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

    Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.