예제 #1
0
 def test_chandos_1(self):
     assert chandos(1) == 5
예제 #2
0
 def test_chandos_2(self):
     assert chandos(2) == 25
예제 #3
0
 def test_chandos_6(self):
     assert chandos(23) == 3280
예제 #4
0
 def test_chandos_6(self):
     assert chandos(123) == 97530
예제 #5
0
 def test_chandos_6(self):
     assert chandos(19) == 3155
예제 #6
0
 def test_chandos_6(self):
     assert chandos(9) == 630
예제 #7
0
 def test_chandos_5(self):
     assert chandos(5) == 130
예제 #8
0
 def test_chandos_4(self):
     assert chandos(4) == 125
예제 #9
0
 def test_chandos_3(self):
     assert chandos(3) == 30