I'm wondering if there are any repeated values in the array.
Here is the code I tried, but I did not succeed.
#include <stdio.h>
int main(int argc, char** argv)
{
int a, i, j, c = 0;
scanf("%d", &a);
int vetor[a];
for(i =...
asked by
29.01.2018 / 16:28