반응형 약수의 합1 [프로그래머스 - JAVA] 약수의 합 내 풀이 class Solution { public int solution(int n) { int answer = 0; for (int i = 1; i 2023. 3. 25. 이전 1 다음 반응형