프로그래머스 1단계 삼총사
·
코딩테스트
function solution(number) { var answer = 0; for(let i = 0; i < number.length - 2; i++){ for(let j = i + 1; j