[Algorithm] 특정값 소수 판별하기 1번. (전부 비교) 시간 복잡도 : O(N) public class Main { public static boolean isPrime(int num){ for(int i=2; i Algorithm 2021.08.11