문제 너무 웃겨서 빵터졌다.... 알 수 없는 포인트가 너무 웃기닼ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ 코테문제치고 문제가 짧은게 킬포... Hash.getOrDefault() 함수만 잘 사용할 수 있다면 정말정말 쉬운 문제다! import java.util.*; public class Main { public static void main(String[] args){ Scanner sc = new Scanner(System.in); int listen = sc.nextInt(); int see = sc.nextInt(); HashMap hash = new HashMap(); ArrayList no = new ArrayList(); int sum =0; for(int i=0;i