The program consists in comparing two arrays to see if it has at least one element repeated. The problem is in the function mismosElementos , specifically in:
estaElemento(a[i],b,usados))
The error resides in a[i] .
Error:...
asked by
16.12.2017 / 13:37