급한 상황이기에 이론은 뒤로 미루고 일단 Linq를 적극 활용하기로 했다. 연습 문제1. 백준 1431 : https://www.acmicpc.net/problem/1431 using System;using System.Collections.Generic;using System.Linq;class Program{ static void Main(string[] args) { int N = int.Parse(Console.ReadLine()); List serials = new List(); for (int i = 0; i { if (a.Length != b.Length) return a.Length..