예제 #1
0
        public static string OutputSecond()
        {
            var sample = Helpers.ReadFileAsInteger("Inputs\\01.txt");

            Search3(sample, out int first, out int second, out int third);

            return((first * second * third).ToString());
        }
예제 #2
0
 public static string OutputSecond()
 => CountArrangements(Helpers.ReadFileAsInteger("Inputs\\10.txt")).ToString();
예제 #3
0
 public static string OutputFirst()
 => GetJoltDifferences(Helpers.ReadFileAsInteger("Inputs\\10.txt")).ToString();