|
|
back to boardIs there someone who passed this problem on CPP? Posted by Flyer 20 Jul 2004 00:14 I mean "archive" is c/cpp Posted by Flyer 20 Jul 2004 15:28 May be any hints? I used CPP in archive too (+) My pack/unpack algorithm is LZ77. I got WA for several times because of CE of Archive. A hint: if you store archive in char[] constant, you should replace some characters with their codes (e.g. 10 with \n). These characters are: 0, 10, 34, 92. Edited by author 29.07.2004 17:55 I can't get AC with CPP! Posted by Died 21 Jul 2004 16:09 Edited by author 21.07.2004 16:09 Re: I used CPP in archive too (+) Posted by Saturn 21 Jul 2004 16:11 Escape characters (+) You should review the judging of this problem, because I 1. Got AC 2. Looked at forum and read your post, figuring out that I didn't care about the \" character (34) 3. Checked that input files *may* contian it by deadlocking my program and gettin TL 4. Added encoding of \" and got AC again. 5. Am not sure if I missed anything else :) (-) - Edited by author 15.02.2006 08:34 |
|
|