diff options
Diffstat (limited to 'src/private/autojudging.php')
| -rwxr-xr-x | src/private/autojudging.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/private/autojudging.php b/src/private/autojudging.php index 4f8d72e..cbdc1ec 100755 --- a/src/private/autojudging.php +++ b/src/private/autojudging.php @@ -387,7 +387,7 @@ if($retval != 0) { DBGiveUpRunAutojudging($contest, $site, $number, $ip, "warning: problem package has no input files"); continue; } else { - $errp=0; + $errp=0; $ncor=0; foreach($inputlist as $file) { $file = basename($file); if(is_file($dir . $ds . "input" . $ds . $file)) { @@ -456,7 +456,6 @@ if($retval != 0) { $answer = "(WHILE RUNNING) " . $answer; break; } - $ncor = 0; if(is_file($dir . $ds . 'output' . $ds . $file)) { @unlink($dir . $ds . 'compout'); $ex = escapeshellcmd($scriptcomp) ." ". |