Update wokie.php

master
Gnieark 9 years ago
parent 6ca6776370
commit ca9cf91cae

@ -2,7 +2,7 @@
$reads=explode("\n",file_get_contents("input.txt"));
while(count($reads)>0){
while(count($reads)>1){
$couples=array();
for($countGauche=0;$countGauche<count($reads);$countGauche++){
//tester à gauche
@ -62,4 +62,4 @@ function getKeyOfValueMax($array){
}else{
return false;
}
}
}

Loading…
Cancel
Save