깃 링크 : 바로가기링크 : 바로가기 1차시도public class num_10807{ public static void Main() { int max = Convert.ToInt32(Console.ReadLine()); string[] input = Console.ReadLine().Split(); int check_value = Convert.ToInt32(Console.ReadLine()); int[] arr = new int[max]; int v = 0; for (int i = 0; i 결과- 각각 입력 받은 값을 배열에 넣을 때 v값이 같을 경우 +1 하여 출력