Search found 4 matches

by DGN
Wed May 05, 2004 11:46 pm
Forum: Volume 6 (600-699)
Topic: 625 - Compression
Replies: 8
Views: 4794

I detected a few more problems in the program.

1) This is my first multiple input problem and I show the number of cases in the output. Stupid mistake. (thanks Oriol)

2) I reset de dictionary table if I found the 'end.' substring, but I only do that if it is in the beginning of line.

3 ...
by DGN
Tue May 04, 2004 10:33 am
Forum: Volume 6 (600-699)
Topic: 625 - Compression
Replies: 8
Views: 4794

I think that my program suport the same cases, but I've get WA again :(
It's a simple program but I don't know because not solve the problem.


[cpp]/*
Code removed. :(

After a few changes (program reestructuration) it was be accepted.
*/
[/cpp]
by DGN
Tue May 04, 2004 5:46 am
Forum: Volume 6 (600-699)
Topic: 625 - Compression
Replies: 8
Views: 4794

Thanks howard,

But my program continues with WA :(

In multiple input I need to clean the identifier table when find a 'end.'?
Identifiers are case-sensitive? IDENT2 <> ident2 <> Ident2
Shorter than 3 is: <=3 or <3?

I send all of this combinations and get in all of them WA. Any ideas? :oops ...
by DGN
Mon May 03, 2004 10:37 pm
Forum: Volume 6 (600-699)
Topic: 625 - Compression
Replies: 8
Views: 4794

The identifiers of this problem are case-sensitive?

I think that my program covers all possible cases that I can deduce from the text.

Are there any tricky cases in this problem?

Can post anyone some in / out examples?

Thanks in advance :)

Go to advanced search