Announcements (Search)
Zebra stripes have been added to the problems page, along with some other UI improvements. Please press Shift+F5 to completely refresh the site in your browser (Option+Shift+R on a Mac).
PEG Judge user interface
by bbi5291 on Oct 10, 2014 - 4:41:05 am UTC
Does anyone have any suggestions about how to improve the user interface? It hasn't received much attention since I've mostly been focusing on adding new features and fixing bugs.
Ruby upgraded to version 2.1.2
by bbi5291 on Sep 10, 2014 - 9:48:12 pm UTC
This replaces the old version, 1.8.7.
Password reset should now be working again
by bbi5291 on Aug 23, 2014 - 9:56:03 pm UTC
Sorry for the delay. Mail servers are hard to set up.
Weird timing errors should be fixed
by bbi5291 on Aug 20, 2014 - 4:38:55 am UTC
CPU time usage is now reported more accurately, so you won't see 4.5 s reported if your program TLEs on a 5 second limit. (Actually the measured time may be something like 4.999 s, in which case it gets rounded up to 5.000. But the point is that time is reported more accurately now.)
Also, if the time limit is 0.5 s, and your program uses 0.6 s, this used to not be considered a TLE, but this was a bug, which is now fixed.
Also, if the time limit is 0.5 s, and your program uses 0.6 s, this used to not be considered a TLE, but this was a bug, which is now fixed.
Standard error is now shown
by bbi5291 on Aug 09, 2014 - 7:16:27 am UTC
Effective immediately, programs may print to standard error and it will not affect the verdict (unless you get Output Limit Exceeded, haha). If your program prints to standard error, it will be shown in the submission details (a limited number of characters, anyway).
IOI 2014 Tasks Added
by Alex on Jul 29, 2014 - 8:23:37 am UTC
...at least the four non-interactive ones for now.
View them here:
Day 1, Problem 2 - Wall: http://wcipeg.com/problem/ioi1412
Day 2, Problem 1 - Gondola: http://wcipeg.com/problem/ioi1421
Day 2, Problem 2 - Friend: http://wcipeg.com/problem/ioi1422
Day 2, Problem 3 - Holiday: http://wcipeg.com/problem/ioi1423
Please report any discrepancies.
View them here:
Day 1, Problem 2 - Wall: http://wcipeg.com/problem/ioi1412
Day 2, Problem 1 - Gondola: http://wcipeg.com/problem/ioi1421
Day 2, Problem 2 - Friend: http://wcipeg.com/problem/ioi1422
Day 2, Problem 3 - Holiday: http://wcipeg.com/problem/ioi1423
Please report any discrepancies.
Grading system updated
by bbi5291 on Jul 22, 2014 - 9:11:47 pm UTC
The PEG Judge's grading system has undergone a major rewrite (1000+ lines of code changed).
This system is likely to be buggy at present, and many features are not supported yet. (For example, output-only problems and interactive problems are broken, and if you get Wrong Answer, it won't show you the output---I'm working on it.)
If you notice any bugs, reply to this comment.
This system is likely to be buggy at present, and many features are not supported yet. (For example, output-only problems and interactive problems are broken, and if you get Wrong Answer, it won't show you the output---I'm working on it.)
If you notice any bugs, reply to this comment.
PEGWiki is back!
by bbi5291 on Jul 19, 2014 - 2:50:47 am UTC
Note that some compiler versions have changed. See the help page.
Judge migrated to a new server
by bbi5291 on Jul 06, 2014 - 1:19:06 pm UTC
The Judge is now being hosted with Linode. I haven't completely migrated the site yet, so some features (such as the wiki) aren't working yet.
UI updates (Shift + F5 to Refresh!)
by Alex on Nov 09, 2014 - 2:33:53 am UTC