Update wokie.php

This commit is contained in:
Gnieark 2015-10-27 16:11:53 +01:00
parent 6ca6776370
commit ca9cf91cae
1 changed files with 2 additions and 2 deletions

View File

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