test
This commit is contained in:
parent
f070bde13e
commit
208b617bba
@ -59,13 +59,16 @@ class schulze
|
||||
$s = $v[$i];
|
||||
if ($i == 0)
|
||||
{
|
||||
echo "i = 0";
|
||||
$w[$s] = 1;
|
||||
}
|
||||
if ($s == $v[$i+1])
|
||||
{
|
||||
echo "egal\n";
|
||||
$w[$s] += 1;
|
||||
}else
|
||||
{
|
||||
echo "non egal\n";
|
||||
$w[$s] = 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user