This variable contains an array of booleans, really.
Todas las comprobaciones han sido exitosas
The build was successful.
Todas las comprobaciones han sido exitosas
The build was successful.
And if we managed to insert a boolean value to an array of chars, this means we have a bug somewhere.
Este commit está contenido en:
@@ -1,7 +1,7 @@
|
||||
class Program {
|
||||
|
||||
string cycle(char $a, char $b, int $i = 0) {
|
||||
static char[] $switches;
|
||||
static bool[] $switches;
|
||||
if($switches[$i])
|
||||
$switches[$i] = !$switches[$i];
|
||||
else
|
||||
|
Referencia en una nueva incidencia
Block a user