Lesson 9 (Sieve of Eratosthenes) in Codility Tasks CountSemiprimes Count the semiprime numbers in the given range [a..b] Problem Statement Solution Code CountNonDivisible Calculate the number of elements of an array that are not divisors of each element. Problem Statement Solution Code