타겟 넘버 썸네일형 리스트형 5/28[문제풀이] 프로그래머스 Lv2 타켓 넘버 문제풀이 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 function solution(numbers, target) { const arr = numbers.slice(); const len = arr.length; let result = []; let result2 = [0]; let n = 0; for (let x = 0; x 더보기 이전 1 다음