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