출처 : https://school.programmers.co.kr/learn/courses/30/lessons/176963 import java.util.*; class Solution { public int[] solution(String[] name, int[] yearning, String[][] photo) { int[] answer = new int[photo.length]; Map nameMap=new HashMap(); //map에 name에 해당되는 점수 저장 for(int i=0; i