function solution(answers) { const firstP = [1,2,3,4,5]; const secondP = [2,1,2,3,2,4,2,5]; const thirdP = [3,3,1,1,2,2,4,4,5,5]; let score = [0,0,0] for (let i=0; i { if (char === scoreMax) { answer.push(idx+1); } }) return answer;}정말 복잡 구구절절한 문제...