1
0
This commit is contained in:
Daniel Tartavel 2022-09-23 20:59:12 +02:00
parent 208b617bba
commit 654bb8ede4

View File

@ -59,7 +59,7 @@ class schulze
$s = $v[$i];
if ($i == 0)
{
echo "i = 0";
echo "i = 0\n";
$w[$s] = 1;
}
if ($s == $v[$i+1])