[C] 소수 구하기, 소수의 합 구하기
·
언어/C
#define _CRT_SECURE_NO_WARNINGS #include int isPrime(int n) { for (int i = 2; i