const isPrime = num => (num > 1) && Array(Math.floor(Math.sqrt(num)) - 1).fill(0).map((_, i) => i + 2).every(i => num % i !== 0);
등록된 댓글이 없습니다.
코리아뉴스 2001 - , All right reserved. 더보기