프로그래머스 나누어 떨어지는 숫자 배열
·
알고리즘
나의 풀이 using System.Collections.Generic; public class Solution { public int[] solution(int[] arr, int divisor) { List answer = new List(); for(int i = 0; i