728x90 반응형 아이스 아메리카노1 프로그래머스 - 아이스 아메리카노 class Solution { public int[] solution(int money) { int[] answer = new int[2]; answer[0] = money/5500; answer[1] = money%5500; return answer; } } 2023. 2. 23. 이전 1 다음 728x90 반응형