Skip to content
Snippets Groups Projects
Commit 3f6f9eed authored by clm15@inf.ufpr.br's avatar clm15@inf.ufpr.br
Browse files

...


Signed-off-by: default avatarCristopher <clm15@inf.ufpr.br>
parents 09a881ca 9affe5a6
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,10 @@ void jogar (int *vet, int *vet_ord, int N)
{
scanf ("%d", &x);
fprintf(log,"%d, ", x);
<<<<<<< HEAD
// fprintf(log
=======
>>>>>>> 9affe5a6de9096a0db8929f4a188d22881da17c3
if ((pesqseq(vet, x, N) != 0) || (pesqbin(vet_ord, x, N) != 0))
i++;
}
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment