코딩테스트37 [Level 1] 로또의 최고 순위와 최저 순위 class Solution { public int[] solution(int[] lottos, int[] win_nums) { int[] answer = new int[2]; // 0인 경우 다 맞거나, 다틀리거나 int count=0; for(int z=0; z 2022. 8. 11. 이전 1 2 3 4 5 다음