dotnet add BruhCode2 package AForge.Video.FFMPEG --version 2.2.5.0-rc
dotnet add package AForge.Video.FFMPEG --version 2.2.5.0-rc
var size = int.Parse(Console.ReadLine()); List<int> arr = new List<int> { }; for (int i = 0; i < size; i++) { int val = int.Parse(Console.ReadLine()); arr.Add(val); }