LEVEL1 썸네일형 리스트형 프로그래머스_Level1_푸드 파이트 대회 class Solution { public String solution(int[] food) { String answer = ""; int length=food.length; for(int i=1; i 더보기 프로그래머스_Level1_카드뭉치 풀이: class Solution { public String solution(String[] cards1, String[] cards2, String[] goal) { String answer = "Yes"; int firstL=0; int secondL=0; for(int i=0; i 더보기 이전 1 다음