$value) { $max = max($max, $value); } $ans = "NO"; if($max == $score[0]) $ans = "YES"; print($ans); ?>