코딩테스트(프로그래머스)/LEVEL 1 (9) 썸네일형 리스트형 [프로그래머스/Java] 모의고사 - 사좋배 공유 - *문제 설명 * 풀이 import java.util.*; class Solution { public int[] solution(int[] answers) { int count[]= new int[3]; int []A = {1,2,3,4,5}; int []B = {2,1,2,3,2,4,2,5}; int []C = {3,3,1,1,2,2,4,4,5,5}; for(int i=0;i 이전 1 2 다음