My teacher gave me this problem but I can not do it
int solution(int A[], int N);
which, given an A matrix of integers, returns the smallest positive integer (greater than 0) that does not occur in A.
For example,
Given A = [1, 3...
asked by
08.06.2018 / 15:26