728x90 반응형 프로그래머스 연속된 수의 합1 프로그래머스 - 연속된 수의 합 class Solution { public int[] solution(int num, int total) { int[] answer = new int[num]; int number = total/num; if(num%2!=0){ for(int i=0; i 2023. 3. 24. 이전 1 다음 728x90 반응형