Commit 6f6721e6 by Pedro Rolon

se arregló un error en la funcion esPar()

parent 84eee87b
......@@ -409,7 +409,7 @@ public class MyClass {
//Ordena la copia
Arrays.sort(ordenado);
if(ordenado[12]==2 && ordenado[11]==1 && ordenado[10]==1 && ordenado[10]==1)
if(ordenado[12]==2 && ordenado[11]==1 && ordenado[10]==1 && ordenado[9]==1)
return true;
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment