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