1
0
This commit is contained in:
Daniel Tartavel 2022-09-23 21:08:09 +02:00
parent 654bb8ede4
commit c10c1d6c20

View File

@ -65,6 +65,7 @@ class schulze
if ($s == $v[$i+1])
{
echo "egal\n";
print_r($w);
$w[$s] += 1;
}else
{