Page 1 of 1

WA vs PE on newlines

Posted: Thu Jan 17, 2013 4:21 am
by theemathas
Some times I get WA (Wrong Answer) for printing an extra newline, and sometimes for NOT printing an extra newline. I think the verdict for such outputs should be PE (Presentation Error). Also note that on http://uva.onlinejudge.org/index.php?op ... &Itemid=31 has mentioned about linefeeds (in the section for PE), and I think "newline" and "linefeed" are the same thing.

Re: WA vs PE on newlines

Posted: Fri Mar 01, 2013 4:36 pm
by theemathas
HEY!!!!!!
WHY IS NOBODY EVEN REPLYING!!!!!!!!!!
AND WHY ARE THERE ONLY 95 VIEWS!!!!!!!!!!!!

Re: WA vs PE on newlines

Posted: Sat Jan 18, 2014 2:24 am
by Carlos
The current PE algorithm judges an extra blank line as WA. That's the way it is, sorry. In any case, PE is as wrong as WA. Only an AC code is considered correct.