예제 #1
0
 static void Main(string[] args)
 {
     Problem14.Solution();
 }
 public void SetUp()
 {
     problem = new Problem14();
 }