コード例 #1
0
ファイル: test.py プロジェクト: G-story/algorithm
 def test2(self):
     self.assertEqual(Josephus.get_two_person(40, 3), (11, 26))
コード例 #2
0
ファイル: test.py プロジェクト: G-story/algorithm
 def test1(self):
     self.assertEqual(Josephus.get_two_person(6, 3), (3, 5))