NAME
Gruntmaster::Daemon::Judge::Points - 0 to 100 points IOI-style judge
SYNOPSIS
use Gruntmaster::Daemon::Judge::Points;
Gruntmaster::Daemon::Judge::Points::judge($result1, $result2, $result3, ...);
DESCRIPTION
Gruntmaster::Daemon::Judge::Points is a judge which adds up the given results and returns Accepted
if the final score is 100 points or X points
otherwise.
AUTHOR
Marius Gavrilescu <marius@ieval.ro>
COPYRIGHT AND LICENSE
Copyright (C) 2014 by Marius Gavrilescu
This library is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.