|  | 
|  | 
| вернуться в форум | Is there someone who passed this problem on CPP? Послано Flyer  20 июл 2004 00:14I mean "archive" is c/cpp Послано Flyer  20 июл 2004 15:28May 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! Послано Died  21 июл 2004 16:09 
 Edited by author 21.07.2004 16:09
Re: I used CPP in archive too (+) Послано Saturn  21 июл 2004 16:11Escape 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
 | 
 | 
|