PE verdicts missing?

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

Moderator: Board moderators

Locked
Darko
Guru
Posts: 580
Joined: Fri Nov 11, 2005 9:34 am
Location: Calgary, Canada

PE verdicts missing?

Post by Darko »

Is there a PE verdict on the new judge? I don't think there is, I think it might explain a few WAs (but not why they are suddenly PE).
baodog
Experienced poster
Posts: 202
Joined: Wed Jul 04, 2007 6:53 am

PE exists...

Post by baodog »

Yes, PE exists... I got many already...
However there are cases where I thought I should
get PE but got WA.. like extra blank lines... spaces,
etc. It feels inconsistent.
DenisP
New poster
Posts: 4
Joined: Tue Sep 11, 2007 6:21 am

Post by DenisP »

Yeah, I noticed it too. One of the problems like that is 699. I had to resubmit a couple of times before I noticed that I just did not print a blank line in between. I was very confused by WA first, since the problem is quite trivial.
enjolras
System administrator
Posts: 35
Joined: Mon Jul 19, 2004 5:13 pm

Post by enjolras »

Yeah, the PE algorithm needs some tuning.
jurajz
Learning poster
Posts: 69
Joined: Sat Sep 02, 2006 7:30 pm
Location: Slovakia

Post by jurajz »

Now I noticed one PE vs. WA problem. In 10436, in first submission I assumed, that I should write blank line after each test case. This submit was clarified as WA. In second submission, I assumed, that I should write blank line between consecutive test cases (= after each test case except the last). This submit was AC. I don't understand, why. First submit should had be PE. Or not? Btw. In problem description of 10436 is nothing about blank lines between test cases (explicit), but it causes WA. It's not wrong?
sclo
Guru
Posts: 519
Joined: Mon Jan 23, 2006 10:45 pm
Location: Vancouver, BC, Canada
Contact:

Post by sclo »

I noticed that most PE regarding blank lines are incorrectly classified as WA.
adelar
New poster
Posts: 35
Joined: Wed May 02, 2007 11:48 pm
Location: Brasil

pe and don't wa

Post by adelar »

The code take PE in problem 10414 :-?
#include <iostream>
using namespace std;
int
main(){
cout << "something" << endl;
}
this is strange. Why this happens?
Locked

Return to “Bugs and suggestions”