PeanutInput
Algorithms
Games
Papers
소수 구하기
https://www.acmicpc.net/problem/1929
풀이
에라토스테네스의 체
를 이용하여
반복문을 입력값 n까지로 설정하여 소수를 출력한다.