using System; using System.Collections.Generic; using System.Text; using System.Linq; class Program { public void Proc() { Reader.IsDebug = false; int deskTypeCount = int.Parse(Reader.ReadLine()); long ans = 0; long modNum = 1000000000 + 7; for(int i=0; i