

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace ConsoleApplication2 { class Program { static void Main(string[] args) { T2(); Console.ReadLine(); } private static void T1() { var list = new List<List<int>>(); var count = 0; StringBuilder sb = new StringBuilder(); for (int f1 = 1; f1 <= 6; f1++) { for (int f2 = 1; f2 <= 6; f2++) { for (int f3 = 1; f3 <= 6; f3++) { for (int f4 = 1; f4 <= 6; f4++) { for (int f5 = 1; f5 <= 6; f5++) {