132 - Bumpy Objects (PE)

The forum to report every bug you find or tell us what you'd like to find in UVa OJ

Moderator: Board moderators

Locked
avm
New poster
Posts: 33
Joined: Sat Aug 20, 2005 9:59 pm
Location: St. Petersburg

132 - Bumpy Objects (PE)

Post by avm »

IMHO, it is very unprobable to get AC for this problem without reading this topic, because, output format isn't specified.
I say about

Code: Select all

printf("%-19s %2d\n", name.c_str(), min);
So my opinion is that such king problems shouldn't be judged as PE, but only WA or AC.
(Changing problem description or judge output or both will reject correct solutions which was submitted many years ago)
Carlos
System administrator
Posts: 1286
Joined: Sat Oct 13, 2001 2:00 am
Location: Valladolid, Spain
Contact:

Post by Carlos »

i'll try to make a special corrector program for this kind of problems...but it takes some time to do that. Be patient
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.
Carlos
System administrator
Posts: 1286
Joined: Sat Oct 13, 2001 2:00 am
Location: Valladolid, Spain
Contact:

Post by Carlos »

The new corector program allows any number of spaces between the two columns. Any other extra space will be considered PE.
DON'T PM ME --> For any doubt, suggestion or error reporting, please use the "Contact us" form in the web.
Locked

Return to “Bugs and suggestions”