Esempio n. 1
0
 public void TestSolve()
 {
     Console.WriteLine(P39.Solve(1000));
 }
Esempio n. 2
0
 public void TestMatches()
 {
     Assert.That(P39.Matches(120), Is.EquivalentTo(new [] { IRT(20, 48, 52), IRT(24, 45, 51), IRT(30, 40, 50) }));
 }