We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90028e7 commit f2e481bCopy full SHA for f2e481b
1 file changed
trunk/web/contestrank.xls.php
@@ -29,7 +29,7 @@ function Add($pid,$sec,$res,$mark_base,$mark_per_problem,$mark_per_punish){
29
global $OJ_CE_PENALTY;
30
// echo "Add $pid $sec $res<br>";
31
32
- if (isset($this->p_ac_sec[$pid])||$this->p_ac_sec[$pid]<0)
+ if (isset($this->p_ac_sec[$pid]))
33
return;
34
if ($res!=4){
35
//$this->p_ac_sec[$pid]=0;
0 commit comments