Page 1 of 1

132 - Bumpy Objects (PE)

Posted: Thu Dec 14, 2006 4:16 pm
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)

Posted: Fri Dec 15, 2006 3:32 am
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

Posted: Sun Dec 24, 2006 3:33 am
by Carlos
The new corector program allows any number of spaces between the two columns. Any other extra space will be considered PE.