Special correction program KEY. What is it???

Post here if you don't find any other place for your post. But please, stay on-topic: algorithms, programming or something related to this web site and its services.

Moderator: Board moderators

Post Reply
fcarlos
New poster
Posts: 5
Joined: Sat Jul 27, 2002 4:16 am

Special correction program KEY. What is it???

Post by fcarlos »

i am trying solve the problem 531 that has a yellow key...
but i am getting a WA of judge.. I dont know what is happening,
i think that my output would is correct.

Is it necessary for Yellow key some special approach with input/output files, besides of that state of problem???

Please, help me.

INPUT DATA:
die einkommen der landwirte sind fluer die abgeordneten ein
buch mit sieben siegeln um dem abzuhelfen muessen
dringend alle subventionsgesetze verbessert werden abcdefghijklmnopqrstuvxyzabcdefghij
#
die steuern auf vermoegen und einkommen sollten nach
meinung der abgeordneten nachdruecklich erhoben werden
dazu muessen die kontrollbefugnisse der finanzbehoerden
dringend verbessert werden abcdefghijklmnopqrstuvxyzabcdefghij
#
die einkommen der landwirte sind fluer die abgeordneten ein
buch mit sieben siegeln um dem abzuhelfen muessen
dringend alle subventionsgesetze verbessert werden
#
die steuern auf vermoegen und einkommen sollten nach
meinung der abgeordneten nachdruecklich erhoben werden
dazu muessen die kontrollbefugnisse der finanzbehoerden
dringend verbessert werden
#
OUTPUT:
die einkommen der abgeordneten muessen dringend verbessert werden abcdefghijklmnopqrstuvxyzabcd
die einkommen der abgeordneten muessen dringend verbessert werden
:o
Shahid
Learning poster
Posts: 68
Joined: Fri Oct 26, 2001 2:00 am
Location: Dhaka, Bangladesh
Contact:

Post by Shahid »

the yellow flag means a special correction program for that problem...it means the problem may generate more than one correct solutions and any one of those are accepted...and to manage this matter a special judge program is used..
.....so u have to do nothing with the yellow flag... :)
Dominik Michniewski
Guru
Posts: 834
Joined: Wed May 29, 2002 4:11 pm
Location: Wroclaw, Poland
Contact:

Post by Dominik Michniewski »

Try to search (in this problem) not from begin of test, but from end of text :-)

Dominik
fcarlos
New poster
Posts: 5
Joined: Sat Jul 27, 2002 4:16 am

Thanks, folks. Only more an ask...

Post by fcarlos »

What could causes a Presentation Error ?? I got of the judge a AC for the problem 531, but I also got a warning tell me that happened a Presentation Error..
Shahid
Learning poster
Posts: 68
Joined: Fri Oct 26, 2001 2:00 am
Location: Dhaka, Bangladesh
Contact:

Post by Shahid »

hi,

to interprete the judge replies just read the link "how to interprete judge replies" (http://acm.uva.es/problemset/replies.html)......

quoting from there:
Presentation Error (PE): Your program outputs are correct but are not presented in the correct way. Check for spaces, justify, line feeds...

Accepted (P.E.): Same as above, but the Presentation Error is intended only for contests. The 24-hours judge takes it only as a warning. Don't worry a lot, since many of our problems have the output specification not very fine
Post Reply

Return to “Other words”