Java 썸네일형 리스트형 Codility Lesson 11 - CountNonDivisible(JAVA) https://app.codility.com/programmers/lessons/11-sieve_of_eratosthenes/count_non_divisible/ CountNonDivisible coding task - Learn to Code - Codility Calculate the number of elements of an array that are not divisors of each element. app.codility.com 문제 - 배열 A가 주어지며, N개의 정수들로 이루어져 있다. - 배열 A의 각 원소들에서 나누어지지 않는 수들의 개수를 구하라. - 예시 : A[0] = 3 A[1] = 1 A[2] = 2 A[3] = 3 A[4] = 6 A[0] = 3, the non-diviso.. 더보기 이전 1 다음